Add task category and library name
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# ๐ป EAI-Taxonomy Code w/ DCLM (100B sample)
|
|
@@ -164,7 +167,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: datasets
|
| 6 |
---
|
| 7 |
|
| 8 |
# ๐ป EAI-Taxonomy Code w/ DCLM (100B sample)
|
|
|
|
| 167 |
| Primary Code | Main document type code (v2) | `eai_taxonomy.document_type_v2.primary.code` |
|
| 168 |
| Primary Label | Main document type label (v2) | `eai_taxonomy.document_type_v2.primary.label` |
|
| 169 |
| Secondary Code | Alternative document type code (v2) | `eai_taxonomy.document_type_v2.secondary.code` |
|
| 170 |
+
| Secondary Label | Alternative document type label | `eai_taxonomy.document_type_v2.secondary.label` |
|
| 171 |
|
| 172 |
**Complete Value Mapping:**
|
| 173 |
| Code | Label | Examples |
|