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