Datasets:

ArXiv:
License:
nielsr HF Staff commited on
Commit
1e9a40d
Β·
verified Β·
1 Parent(s): 419899e

Add text-generation task category and library_name

Browse files

This PR adds the `text-generation` task category and `datasets` library name to the dataset card.

Files changed (1) hide show
  1. README.md +6 -17
README.md CHANGED
@@ -2,7 +2,11 @@
2
  license: apache-2.0
3
  size_categories:
4
  - n>1T
 
 
 
5
  ---
 
6
  # 🌐 Essential-Web: Complete 24-Trillion Token Dataset (Upload in-progress...)
7
 
8
  [πŸ† Website](https://www.essential.ai/) | [πŸ–₯️ Code](https://github.com/Essential-AI/eai-taxonomy) | [πŸ“– Paper](https://huggingface.co/papers/2506.14111)
@@ -201,7 +205,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 (v2) | `eai_taxonomy.document_type_v2.secondary.label` |
205
 
206
  **Complete Value Mapping:**
207
  | Code | Label | Examples |
@@ -571,19 +575,4 @@ pip install datasets
571
  pip install pyspark_huggingface
572
 
573
  # For Daft
574
- pip install daft
575
- ```
576
-
577
- ## πŸ“ Citation
578
-
579
- ```bibtex
580
- @misc{ai2025essentialwebv1024ttokens,
581
- title={Essential-Web v1.0: 24T tokens of organized web data},
582
- 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},
583
- year={2025},
584
- eprint={2506.14111},
585
- archivePrefix={arXiv},
586
- primaryClass={cs.CL},
587
- url={https://arxiv.org/abs/2506.14111},
588
- }
589
- ```
 
2
  license: apache-2.0
3
  size_categories:
4
  - n>1T
5
+ task_categories:
6
+ - text-generation
7
+ library_name: datasets
8
  ---
9
+
10
  # 🌐 Essential-Web: Complete 24-Trillion Token Dataset (Upload in-progress...)
11
 
12
  [πŸ† Website](https://www.essential.ai/) | [πŸ–₯️ Code](https://github.com/Essential-AI/eai-taxonomy) | [πŸ“– Paper](https://huggingface.co/papers/2506.14111)
 
205
  | Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
206
  | Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
207
  | Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
208
+ | Secondary Label | Alternative document type label | `eai_taxonomy.document_type_v2.secondary.label` |
209
 
210
  **Complete Value Mapping:**
211
  | Code | Label | Examples |
 
575
  pip install pyspark_huggingface
576
 
577
  # For Daft
578
+ pip