Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
HugoLaurencon HF staff commited on
Commit
8927af0
1 Parent(s): 3ce6df4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,10 +10,10 @@ configs:
10
  data_files:
11
  - split: train
12
  path: data/train-*
13
- - config_name: opt_out_docs_removed
14
  data_files:
15
  - split: train
16
- path: opt_out_docs_removed/train-*
17
  dataset_info:
18
  - config_name: default
19
  features:
@@ -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 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
 
 
10
  data_files:
11
  - split: train
12
  path: data/train-*
13
+ - config_name: opt_out_docs_removed_2023_07_12
14
  data_files:
15
  - split: train
16
+ path: opt_out_docs_removed_2023_07_12/train-*
17
  dataset_info:
18
  - config_name: default
19
  features:
 
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_2023_07_12` applies the correct filtering at the web document level as of July 2023: `ds = load_dataset("HuggingFaceM4/OBELISC", "opt_out_docs_removed_2023_07_12")`.
107
 
108
  We recommend users of OBELICS to regularly check every document against the API.
109