Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
Qingyun commited on
Commit
979e8bb
·
verified ·
1 Parent(s): 73f1ffb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -11
README.md CHANGED
@@ -5275,16 +5275,17 @@ configs:
5275
  path: CC-MAIN-2023-50/train-*
5276
  ---
5277
 
5278
- ⭐️ **NOTE:** Several parquet files were marked unsafe (viruses) by official scaning of hf, while they are reported safe by ClamAV and Virustotal.
 
 
5279
 
5280
- We found [many false positive cases](https://discuss.huggingface.co/u/mcpotato/summary) of the hf automatic scanning in hf discussions and raise [one discussion](https://discuss.huggingface.co/t/one-parquet-file-of-my-dataset-was-marked-unsafe/113745) to ask for a re-scanning.
5281
-
5282
- # OmniCorpus-CC
5283
 
5284
  This is the repository of OmniCorpus-CC, which contains 988 million image-text interleaved documents collected from [Common Crawl](https://commoncrawl.org/).
5285
 
5286
  - Repository: https://github.com/OpenGVLab/OmniCorpus
5287
- - Paper: https://arxiv.org/abs/2406.08418
5288
 
5289
  OmniCorpus dataset is a large-scale image-text interleaved dataset, which pushes the boundaries of scale and diversity by encompassing **8.6 billion images** interleaved with **1,696 text tokens** from diverse sources, significantly surpassing previous datasets.
5290
  This dataset demonstrates several advantages over its counterparts:
@@ -5386,18 +5387,26 @@ Each image metadata is as follow:
5386
  }
5387
  ```
5388
 
5389
- # License
 
5390
 
5391
- OmniCorpus is released under a [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/deed.en) license, with the primary intent of supporting research activities.
 
 
 
 
 
 
 
5392
 
5393
- # Citation
5394
 
5395
  ```
5396
- @article{li2024omnicorpus,
5397
  title={OmniCorpus: A Unified Multimodal Corpus of 10 Billion-Level Images Interleaved with Text},
5398
  author={Li, Qingyun and Chen, Zhe and Wang, Weiyun and Wang, Wenhai and Ye, Shenglong and Jin, Zhenjiang and others},
5399
- journal={arXiv preprint arXiv:2406.08418},
5400
- year={2024}
5401
  }
5402
  ```
5403
 
 
5275
  path: CC-MAIN-2023-50/train-*
5276
  ---
5277
 
5278
+ <p align="center">
5279
+ <h1 align="center">🐳 OmniCorpus: A Unified Multimodal Corpus of 10 Billion-Level Images Interleaved with Text</h1>
5280
+ </p>
5281
 
5282
+ > ⭐️ **NOTE:** Several parquet files were marked unsafe (viruses) by official scaning of hf, while they are reported safe by ClamAV and Virustotal.
5283
+ > We found [many false positive cases](https://discuss.huggingface.co/u/mcpotato/summary) of the hf automatic scanning in hf discussions and raise [one discussion](https://discuss.huggingface.co/t/one-parquet-file-of-my-dataset-was-marked-unsafe/113745) to ask for a re-scanning.
 
5284
 
5285
  This is the repository of OmniCorpus-CC, which contains 988 million image-text interleaved documents collected from [Common Crawl](https://commoncrawl.org/).
5286
 
5287
  - Repository: https://github.com/OpenGVLab/OmniCorpus
5288
+ - Paper (ICLR 2025 Spotlight): https://arxiv.org/abs/2406.08418
5289
 
5290
  OmniCorpus dataset is a large-scale image-text interleaved dataset, which pushes the boundaries of scale and diversity by encompassing **8.6 billion images** interleaved with **1,696 text tokens** from diverse sources, significantly surpassing previous datasets.
5291
  This dataset demonstrates several advantages over its counterparts:
 
5387
  }
5388
  ```
5389
 
5390
+ ## License and Terms of Use
5391
+ The OmniCorpus dataset is distributed under [the CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/). The open-source code is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
5392
 
5393
+ The Terms of Use (ToUs) have been developed based on widely accepted standards. By accessing or using this dataset, users acknowledge their responsibility to comply with all relevant legal, regulatory, and ethical standards.
5394
+ - All users, whether from academia or industry, must comply with the ToUs outlined in the CC BY 4.0 License.
5395
+ - Any derived datasets or models must acknowledge the use of the OmniCorpus dataset to maintain transparency.
5396
+ - The OmniCorpus must not be used in any project involving sensitive content or harmful outcomes, including but not limited to political manipulation, hate speech generation, misinformation propagation, or tasks that perpetuate harmful stereotypes or biases.
5397
+ - The use of this dataset in any manner that violates rights, such as copyright infringement, privacy breaches, or misuse of sensitive information, is strictly prohibited.
5398
+ - While we do not enforce jurisdiction-specific terms, we strongly recommend that users ensure compliance with applicable local laws and regulations.
5399
+ - The use of specific subset must comply with the ToUs of the primary source. Specifically, the use of OmniCorpus-CC, OmniCorpus-CW, and OmniCorpus-YT must comply with [the Common Crawl ToUs](https://commoncrawl.org/terms-of-use), the [regulations](https://www.gov.cn/zhengce/content/202409/content\_6977766.htm) on the security management of Internet data in China, and [YouTube’s ToUs](https://www.youtube.com/terms), respectively.
5400
+ - These ToUs do not supersede the ToUs of the original content sources. Users must ensure that any use of the dataset’s content complies with the original ToUs and the rights of the data subjects.
5401
 
5402
+ ## Citation
5403
 
5404
  ```
5405
+ @inproceedings{li2024omnicorpus,
5406
  title={OmniCorpus: A Unified Multimodal Corpus of 10 Billion-Level Images Interleaved with Text},
5407
  author={Li, Qingyun and Chen, Zhe and Wang, Weiyun and Wang, Wenhai and Ye, Shenglong and Jin, Zhenjiang and others},
5408
+ booktitle={The Thirteenth International Conference on Learning Representations},
5409
+ year={2025}
5410
  }
5411
  ```
5412