Add text generation task category
#2
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# ๐ฅ Taxonomy Med w/ DCLM (100B sample)
|
| 5 |
[๐ Website](https://www.essential.ai/) | [๐ฅ๏ธ Code](https://github.com/Essential-AI/eai-taxonomy) | [๐ Paper](https://huggingface.co/papers/2506.14111)
|
| 6 |
|
|
@@ -162,7 +165,7 @@ Updated classification based on WebOrganizer taxonomy with refined categories fo
|
|
| 162 |
| Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
|
| 163 |
| Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
|
| 164 |
| Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
|
| 165 |
-
| Secondary Label | Alternative document type label
|
| 166 |
|
| 167 |
**Complete Value Mapping:**
|
| 168 |
| Code | Label | Examples |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
---
|
| 6 |
+
|
| 7 |
# ๐ฅ Taxonomy Med w/ DCLM (100B sample)
|
| 8 |
[๐ Website](https://www.essential.ai/) | [๐ฅ๏ธ Code](https://github.com/Essential-AI/eai-taxonomy) | [๐ Paper](https://huggingface.co/papers/2506.14111)
|
| 9 |
|
|
|
|
| 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 | `eai_taxonomy.document_type_v2.secondary.label` |
|
| 169 |
|
| 170 |
**Complete Value Mapping:**
|
| 171 |
| Code | Label | Examples |
|