Datasets:
Yeb Havinga
commited on
Commit
•
8375e27
1
Parent(s):
56b7cad
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,6 @@ paperswithcode_id: mc4
|
|
50 |
- [Discussion of Biases](#discussion-of-biases)
|
51 |
- [Other Known Limitations](#other-known-limitations)
|
52 |
- [Additional Information](#additional-information)
|
53 |
-
- [Dataset Curators](#dataset-curators)
|
54 |
- [Licensing Information](#licensing-information)
|
55 |
- [Citation Information](#citation-information)
|
56 |
- [Contributions](#contributions)
|
@@ -145,7 +144,7 @@ datasets = load_dataset('yhavinga/mc4_nl_cleaned', 'tiny', streaming=True)
|
|
145 |
print(datasets)
|
146 |
```
|
147 |
|
148 |
-
|
149 |
|
150 |
```
|
151 |
DatasetDict({
|
@@ -190,11 +189,6 @@ This makes the corpus especially interesting in the context of studying data bia
|
|
190 |
|
191 |
## Additional Information
|
192 |
|
193 |
-
### Dataset Curators
|
194 |
-
|
195 |
-
Authors at AllenAI are the original curators for the `mc4` corpus.
|
196 |
-
For inquiries or requests regarding the Dutch cleaned portion contained in this repository, please contact me at [gabriele.sarti996@gmail.com](mailto:gabriele.sarti996@gmail.com)
|
197 |
-
|
198 |
### Licensing Information
|
199 |
|
200 |
AllenAI are releasing this dataset under the terms of ODC-BY. By using this, you are also bound by the Common Crawl terms of use in respect of the content contained in the dataset.
|
|
|
50 |
- [Discussion of Biases](#discussion-of-biases)
|
51 |
- [Other Known Limitations](#other-known-limitations)
|
52 |
- [Additional Information](#additional-information)
|
|
|
53 |
- [Licensing Information](#licensing-information)
|
54 |
- [Citation Information](#citation-information)
|
55 |
- [Contributions](#contributions)
|
|
|
144 |
print(datasets)
|
145 |
```
|
146 |
|
147 |
+
This will print
|
148 |
|
149 |
```
|
150 |
DatasetDict({
|
|
|
189 |
|
190 |
## Additional Information
|
191 |
|
|
|
|
|
|
|
|
|
|
|
192 |
### Licensing Information
|
193 |
|
194 |
AllenAI are releasing this dataset under the terms of ODC-BY. By using this, you are also bound by the Common Crawl terms of use in respect of the content contained in the dataset.
|