Update README.md
Browse files
README.md
CHANGED
|
@@ -248,4 +248,19 @@ dataset.merge(labels, "id")
|
|
| 248 |
dataset.alter_columns({"path": "subject", "name": "topic"})
|
| 249 |
dataset.alter_columns({"path": "text_embedding", "data_type": pa.list_(pa.float16(), 384)})
|
| 250 |
```
|
| 251 |
-
You can iterate on embeddings, quality tags, or moderation fields while keeping earlier dataset versions available for reproducible experiments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 248 |
dataset.alter_columns({"path": "subject", "name": "topic"})
|
| 249 |
dataset.alter_columns({"path": "text_embedding", "data_type": pa.list_(pa.float16(), 384)})
|
| 250 |
```
|
| 251 |
+
You can iterate on embeddings, quality tags, or moderation fields while keeping earlier dataset versions available for reproducible experiments.
|
| 252 |
+
|
| 253 |
+
## Citation Information
|
| 254 |
+
|
| 255 |
+
You can cite the paper from orginal dataset (https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu) https://arxiv.org/abs/2406.17557 or this dataset:
|
| 256 |
+
|
| 257 |
+
```
|
| 258 |
+
@misc{lozhkov2024fineweb-edu,
|
| 259 |
+
author = { Lozhkov, Anton and Ben Allal, Loubna and von Werra, Leandro and Wolf, Thomas },
|
| 260 |
+
title = { FineWeb-Edu: the Finest Collection of Educational Content },
|
| 261 |
+
year = 2024,
|
| 262 |
+
url = { https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu },
|
| 263 |
+
doi = { 10.57967/hf/2497 },
|
| 264 |
+
publisher = { Hugging Face }
|
| 265 |
+
}
|
| 266 |
+
```
|