Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
nielsr HF Staff commited on
Commit
86dd895
ยท
verified ยท
1 Parent(s): f123b3c

Add task category and project page link

Browse files

This PR adds the `text-generation` task category and the `datasets`, `pyspark` and `daft` library names to the metadata. It also adds a link to the project page.

Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,9 +1,15 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
4
 
5
  # ๐Ÿ’ป EAI-Taxonomy Code w/ DCLM
6
- [๐Ÿ† Website](https://www.essential.ai/) | [๐Ÿ–ฅ๏ธ Code](https://github.com/Essential-AI/eai-taxonomy) | [๐Ÿ“– Paper](https://huggingface.co/papers/2506.14111)
7
 
8
  A **564 billion token** dataset of high-quality code curated from web data using taxonomy-based filtering.
9
 
@@ -164,7 +170,7 @@ Updated classification based on WebOrganizer taxonomy with refined categories fo
164
  | Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
165
  | Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
166
  | Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
167
- | Secondary Label | Alternative document type label (v2) | `eai_taxonomy.document_type_v2.secondary.label` |
168
 
169
  **Complete Value Mapping:**
170
  | Code | Label | Examples |
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ library_name:
6
+ - datasets
7
+ - pyspark
8
+ - daft
9
  ---
10
 
11
  # ๐Ÿ’ป EAI-Taxonomy Code w/ DCLM
12
+ [๐Ÿ† Website](https://www.essential.ai/) | [๐Ÿ–ฅ๏ธ Code](https://github.com/Essential-AI/eai-taxonomy) | [๐Ÿ“– Paper](https://huggingface.co/papers/2506.14111) | [๐ŸŒ Project Page](https://huggingface.co/datasets/EssentialAI/essential-web-v1.0)
13
 
14
  A **564 billion token** dataset of high-quality code curated from web data using taxonomy-based filtering.
15
 
 
170
  | Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
171
  | Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
172
  | Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
173
+ | Secondary Label | Alternative document type label | `eai_taxonomy.document_type_v2.secondary.label` |
174
 
175
  **Complete Value Mapping:**
176
  | Code | Label | Examples |