VictorSanh
commited on
Commit
•
6aa153a
1
Parent(s):
8b32f99
small typo
Browse files
README.md
CHANGED
@@ -104,13 +104,13 @@ There is only one split, `train`, that contains 141,047,697 documents.
|
|
104 |
|
105 |
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.
|
106 |
|
107 |
-
However, due to an error on our side, we did not remove entire documents (i.e., URLs)
|
108 |
|
109 |
We recommend users of OBELICS to regularly check every document against the API.
|
110 |
|
111 |
## Content warnings
|
112 |
|
113 |
-
Despite our efforts
|
114 |
|
115 |
## Terms of Use
|
116 |
|
|
|
104 |
|
105 |
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.
|
106 |
|
107 |
+
However, due to an error on our side, we did not remove entire documents (i.e., URLs) that 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/OBELICS", "opt_out_docs_removed_2023_07_12")`.
|
108 |
|
109 |
We recommend users of OBELICS to regularly check every document against the API.
|
110 |
|
111 |
## Content warnings
|
112 |
|
113 |
+
Despite our efforts in filtering, OBELICS contains a small proportion of documents that are not suitable for all audiences. For instance, while navigating the interactive map, you might find the cluster named "Sex" which predominantly contains descriptions of pornographic movies along with pornographic images. Other clusters would contain advertising for sex workers or reports of violent shootings. In our experience, these documents represent a small proportion of all the documents.
|
114 |
|
115 |
## Terms of Use
|
116 |
|