albertvillanova HF staff commited on
Commit
d99370b
1 Parent(s): af6d38e

Fix task tags

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -14,11 +14,12 @@ size_categories:
14
  source_datasets:
15
  - original
16
  task_categories:
17
- - structure-prediction
18
- - conditional-text-generation
19
  task_ids: []
20
  pretty_name: STAN Small
21
  tags:
 
22
  - word-segmentation
23
  ---
24
 
14
  source_datasets:
15
  - original
16
  task_categories:
17
+ - token-classification
18
+ - text2text-generation
19
  task_ids: []
20
  pretty_name: STAN Small
21
  tags:
22
+ - conditional-text-generation
23
  - word-segmentation
24
  ---
25