albertvillanova HF staff commited on
Commit
63aac2c
1 Parent(s): 76bdffd

Fix task tags as arrays (#1)

Browse files

- Fix task tags as arrays (8f4d43809b27659fa8d7703a547e5251335f53f2)

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
 
35
  # Dataset Card for sd-nlp
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
 
24
  # Dataset Card for sd-nlp