Add task category and library_name
Browse filesThis PR adds the `task_categories` and `library_name` metadata fields to the dataset card.
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 |
|