Datasets:
Commit
•
cbbca18
1
Parent(s):
85f8e68
Fix task tags (#3)
Browse files- Fix task tags (33cbcc88bdc15f1f3366affa0c0cc711ad3caa90)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -13,8 +13,8 @@ size_categories:
|
|
13 |
- 10K<n<100K
|
14 |
source_datasets: []
|
15 |
task_categories:
|
|
|
16 |
- text-classification
|
17 |
-
- structure-prediction
|
18 |
task_ids:
|
19 |
- multi-class-classification
|
20 |
- named-entity-recognition
|
|
|
13 |
- 10K<n<100K
|
14 |
source_datasets: []
|
15 |
task_categories:
|
16 |
+
- token-classification
|
17 |
- text-classification
|
|
|
18 |
task_ids:
|
19 |
- multi-class-classification
|
20 |
- named-entity-recognition
|