Add task category, library name and project page link
#1
by
nielsr
HF Staff
- opened
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
|
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 |
|