Add text generation task category
Browse filesThis PR adds the `task_categories` tag to this dataset card, setting it to `text-generation`.
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 |
|