qanthony-z
commited on
Commit
•
3cd0d68
1
Parent(s):
d8e5a6e
add citation and paper link
Browse files
README.md
CHANGED
@@ -156,7 +156,7 @@ For the filtering stage, we utilized a set of hand-crafted and tuned filters der
|
|
156 |
|
157 |
For the deduplication stage, we used minhash approximate deduplication. We deduplicated on 13-grams and used a minhash signature size of 128 and filtered out documents above a Jaccard similarity of 0.4.
|
158 |
|
159 |
-
For full details on our data processing, see the [Zyda technical report]
|
160 |
|
161 |
|
162 |
#### Personal and Sensitive Information
|
@@ -171,8 +171,17 @@ As a dataset comprised of open web scrapes, it is likely that it contains biased
|
|
171 |
|
172 |
We are releasing this dataset under the terms of [ODC-BY](https://opendatacommons.org/licenses/by/1-0/). By using this dataset, you are also bound any license agreements and terms of use of the original data sources.
|
173 |
|
174 |
-
## Citation
|
175 |
|
176 |
If you use our dataset to train a model, please cite us at:
|
177 |
|
178 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
|
157 |
For the deduplication stage, we used minhash approximate deduplication. We deduplicated on 13-grams and used a minhash signature size of 128 and filtered out documents above a Jaccard similarity of 0.4.
|
158 |
|
159 |
+
For full details on our data processing, see the [Zyda technical report](https://arxiv.org/abs/2406.01981) and our [dataset processing code](https://github.com/Zyphra/Zyda_processing).
|
160 |
|
161 |
|
162 |
#### Personal and Sensitive Information
|
|
|
171 |
|
172 |
We are releasing this dataset under the terms of [ODC-BY](https://opendatacommons.org/licenses/by/1-0/). By using this dataset, you are also bound any license agreements and terms of use of the original data sources.
|
173 |
|
174 |
+
## Citation
|
175 |
|
176 |
If you use our dataset to train a model, please cite us at:
|
177 |
|
178 |
+
```
|
179 |
+
@misc{tokpanov2024zyda,
|
180 |
+
title={Zyda: A 1.3T Dataset for Open Language Modeling},
|
181 |
+
author={Yury Tokpanov and Beren Millidge and Paolo Glorioso and Jonathan Pilault and Adam Ibrahim and James Whittington and Quentin Anthony},
|
182 |
+
year={2024},
|
183 |
+
eprint={2406.01981},
|
184 |
+
archivePrefix={arXiv},
|
185 |
+
primaryClass={cs.CL}
|
186 |
+
}
|
187 |
+
```
|