Add task category, library name and project page
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# 🧮 Taxonomy Math w/ FM
|
| 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 mathematics dataset curated from web data using taxonomy-based filtering, containing **34 billion tokens** of mathematical content.
|
| 9 |
|
|
@@ -175,7 +180,7 @@ Updated classification based on WebOrganizer taxonomy with refined categories fo
|
|
| 175 |
| Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
|
| 176 |
| Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
|
| 177 |
| Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
|
| 178 |
-
| Secondary Label | Alternative document type label
|
| 179 |
|
| 180 |
**Complete Value Mapping:**
|
| 181 |
| Code | Label | Examples |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
library_name: datasets
|
| 6 |
+
tags:
|
| 7 |
+
- essential-web
|
| 8 |
---
|
| 9 |
|
| 10 |
# 🧮 Taxonomy Math w/ FM
|
| 11 |
+
[🏆 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)
|
| 12 |
|
| 13 |
A high-quality mathematics dataset curated from web data using taxonomy-based filtering, containing **34 billion tokens** of mathematical content.
|
| 14 |
|
|
|
|
| 180 |
| Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
|
| 181 |
| Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
|
| 182 |
| Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
|
| 183 |
+
| Secondary Label | Alternative document type label | `eai_taxonomy.document_type_v2.secondary.label` |
|
| 184 |
|
| 185 |
**Complete Value Mapping:**
|
| 186 |
| Code | Label | Examples |
|