albertvillanova HF staff commited on
Commit
85f8e68
1 Parent(s): 9c28329

Fix task tags as arrays (#2)

Browse files

- Fix task tags as arrays (e67a6f79ddd1b960084ea47785b68f576dda1c42)

Files changed (1) hide show
  1. README.md +5 -16
README.md CHANGED
@@ -13,23 +13,12 @@ size_categories:
13
  - 10K<n<100K
14
  source_datasets: []
15
  task_categories:
16
- BORING:
17
- - text-classification
18
- NER:
19
- - structure-prediction
20
- PANELIZATION:
21
- - structure-prediction
22
- ROLES:
23
- - text-classification
24
  task_ids:
25
- BORING:
26
- - multi-class-classification
27
- NER:
28
- - named-entity-recognition
29
- PANELIZATION:
30
- - parsing
31
- ROLES:
32
- - multi-class-classification
33
  ---
34
  # Dataset Card for sd-nlp
35
  ## Table of Contents
 
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
21
+ - parsing
 
 
 
 
 
22
  ---
23
  # Dataset Card for sd-nlp
24
  ## Table of Contents