Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
nielsr HF Staff commited on
Commit
ccc4271
Β·
verified Β·
1 Parent(s): 99f4aa5

Add task category, library name and project page link

Browse files

This PR adds the `text-generation` task category and `datasets` library name to the dataset card, making it easier to discover this dataset for text generation tasks.
It also adds a link to the project page.

Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,9 +1,12 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
4
 
5
  # πŸ”¬ EAI-Taxonomy STEM w/ DCLM (100B sample)
6
- [πŸ† Website](https://www.essential.ai/) | [πŸ–₯️ Code](https://github.com/Essential-AI/eai-taxonomy) | [πŸ“– Paper](https://huggingface.co/papers/2506.14111)
7
 
8
  A high-quality STEM dataset curated from web data using taxonomy-based filtering, containing **100 billion tokens** of science, technology, engineering, and mathematics content.
9
 
@@ -165,7 +168,7 @@ Updated classification based on WebOrganizer taxonomy with refined categories fo
165
  | Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
166
  | Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
167
  | Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
168
- | Secondary Label | Alternative document type label (v2) | `eai_taxonomy.document_type_v2.secondary.label` |
169
 
170
  **Complete Value Mapping:**
171
  | Code | Label | Examples |
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ library_name: datasets
6
  ---
7
 
8
  # πŸ”¬ EAI-Taxonomy STEM w/ DCLM (100B sample)
9
+ [πŸ† 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)
10
 
11
  A high-quality STEM dataset curated from web data using taxonomy-based filtering, containing **100 billion tokens** of science, technology, engineering, and mathematics content.
12
 
 
168
  | Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
169
  | Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
170
  | Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
171
+ | Secondary Label | Alternative document type label | `eai_taxonomy.document_type_v2.secondary.label` |
172
 
173
  **Complete Value Mapping:**
174
  | Code | Label | Examples |