Add task category
#8
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -2,7 +2,10 @@
|
|
2 |
license: odc-by
|
3 |
size_categories:
|
4 |
- 10B<n<100B
|
|
|
|
|
5 |
---
|
|
|
6 |
# π Essential-Web: Complete 24-Trillion Token Dataset
|
7 |
|
8 |
[π Website](https://www.essential.ai/) | [π₯οΈ Code](https://github.com/Essential-AI/eai-taxonomy) | [π Paper](https://huggingface.co/papers/2506.14111)
|
@@ -201,7 +204,7 @@ Updated classification based on WebOrganizer taxonomy with refined categories fo
|
|
201 |
| Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
|
202 |
| Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
|
203 |
| Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
|
204 |
-
| Secondary Label | Alternative document type label
|
205 |
|
206 |
**Complete Value Mapping:**
|
207 |
| Code | Label | Examples |
|
@@ -565,29 +568,4 @@ Make sure you have the required libraries installed:
|
|
565 |
|
566 |
```bash
|
567 |
# For Hugging Face datasets
|
568 |
-
pip
|
569 |
-
|
570 |
-
# For PySpark with Hugging Face integration
|
571 |
-
pip install pyspark_huggingface
|
572 |
-
|
573 |
-
# For Daft
|
574 |
-
pip install daft
|
575 |
-
```
|
576 |
-
|
577 |
-
## π License
|
578 |
-
|
579 |
-
Essential-Web-v1.0 contributions are made available under the [ODC attribution license](https://opendatacommons.org/licenses/by/odc_by_1.0_public_text.txt); however, users should also abide by the [Common Crawl - Terms of Use](https://commoncrawl.org/terms-of-use). We do not alter the license of any of the underlying data.
|
580 |
-
|
581 |
-
## π Citation
|
582 |
-
|
583 |
-
```bibtex
|
584 |
-
@misc{ai2025essentialwebv1024ttokens,
|
585 |
-
title={Essential-Web v1.0: 24T tokens of organized web data},
|
586 |
-
author={Essential AI and : and Andrew Hojel and Michael Pust and Tim Romanski and Yash Vanjani and Ritvik Kapila and Mohit Parmar and Adarsh Chaluvaraju and Alok Tripathy and Anil Thomas and Ashish Tanwer and Darsh J Shah and Ishaan Shah and Karl Stratos and Khoi Nguyen and Kurt Smith and Michael Callahan and Peter Rushton and Philip Monk and Platon Mazarakis and Saad Jamal and Saurabh Srivastava and Somanshu Singla and Ashish Vaswani},
|
587 |
-
year={2025},
|
588 |
-
eprint={2506.14111},
|
589 |
-
archivePrefix={arXiv},
|
590 |
-
primaryClass={cs.CL},
|
591 |
-
url={https://arxiv.org/abs/2506.14111},
|
592 |
-
}
|
593 |
-
```
|
|
|
2 |
license: odc-by
|
3 |
size_categories:
|
4 |
- 10B<n<100B
|
5 |
+
task_categories:
|
6 |
+
- text-generation
|
7 |
---
|
8 |
+
|
9 |
# π Essential-Web: Complete 24-Trillion Token Dataset
|
10 |
|
11 |
[π Website](https://www.essential.ai/) | [π₯οΈ Code](https://github.com/Essential-AI/eai-taxonomy) | [π Paper](https://huggingface.co/papers/2506.14111)
|
|
|
204 |
| Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
|
205 |
| Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
|
206 |
| Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
|
207 |
+
| Secondary Label | Alternative document type label | `eai_taxonomy.document_type_v2.secondary.label` |
|
208 |
|
209 |
**Complete Value Mapping:**
|
210 |
| Code | Label | Examples |
|
|
|
568 |
|
569 |
```bash
|
570 |
# For Hugging Face datasets
|
571 |
+
pip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|