Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
HugoLaurencon commited on
Commit
5aa3862
·
1 Parent(s): 9edf840

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,7 +103,7 @@ There is only one split, `train`, that contains 141,047,697 documents.
103
 
104
  To respect the preferences of content creators, we removed from OBELICS all images for which creators explicitly opted out of AI model training. We used the [Spawning API](https://api.spawning.ai/spawning-api) to verify that the images in the dataset respect the original copyright owners’ choices.
105
 
106
- However, due to an error on our side, we did not remove entire documents (i.e. URLs) which are opted out of AI model training. As of July 2023 (TODO verify), we estimate that it represents 4 to 5% of the totality of OBELICS. The config `opt_out_docs_removed` (TODO) applies the correct filtering at the web document level as of July 2023: `ds = load_dataset("HuggingFaceM4/OBELISC", config_name="opt_out_docs_removed")` (TODO fix).
107
 
108
  We recommend users of OBELICS to regularly check every document against the API.
109
 
 
103
 
104
  To respect the preferences of content creators, we removed from OBELICS all images for which creators explicitly opted out of AI model training. We used the [Spawning API](https://api.spawning.ai/spawning-api) to verify that the images in the dataset respect the original copyright owners’ choices.
105
 
106
+ However, due to an error on our side, we did not remove entire documents (i.e. URLs) which are opted out of AI model training. As of July 12, 2023, it represents 4.25% of the totality of OBELICS. The config `opt_out_docs_removed` (TODO) applies the correct filtering at the web document level as of July 2023: `ds = load_dataset("HuggingFaceM4/OBELISC", "opt_out_docs_removed")` (TODO name).
107
 
108
  We recommend users of OBELICS to regularly check every document against the API.
109