Add task category and library_name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# π₯ Taxonomy Med w/ DCLM
|
| 5 |
[π Website](https://www.essential.ai/) | [π₯οΈ Code](https://github.com/Essential-AI/eai-taxonomy) | [π Paper](https://huggingface.co/papers/2506.14111)
|
| 6 |
|
|
@@ -162,7 +166,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 |
+
library_name: datasets
|
| 6 |
---
|
| 7 |
+
|
| 8 |
# π₯ Taxonomy Med w/ DCLM
|
| 9 |
[π Website](https://www.essential.ai/) | [π₯οΈ Code](https://github.com/Essential-AI/eai-taxonomy) | [π Paper](https://huggingface.co/papers/2506.14111)
|
| 10 |
|
|
|
|
| 166 |
| Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
|
| 167 |
| Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
|
| 168 |
| Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
|
| 169 |
+
| Secondary Label | Alternative document type label | `eai_taxonomy.document_type_v2.secondary.label` |
|
| 170 |
|
| 171 |
**Complete Value Mapping:**
|
| 172 |
| Code | Label | Examples |
|