lhoestq HF staff commited on
Commit
f45b3ca
1 Parent(s): 7948edc

fix task_ids

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -22,11 +22,12 @@ task_categories:
22
  task_ids:
23
  - named-entity-recognition
24
  - part-of-speech
25
- - token-classification-other-semantic-role-labeling
26
  - coreference-resolution
27
  - parsing
28
  - lemmatization
29
  - word-sense-disambiguation
 
 
30
  ---
31
 
32
  # Dataset Card for CoNLL2012 shared task data based on OntoNotes 5.0
@@ -230,4 +231,4 @@ Each dataset (arabic_v4, chinese_v4, english_v4, english_v12) has 3 splits: _tra
230
 
231
  ### Contributions
232
 
233
- Thanks to [@richarddwang](https://github.com/richarddwang) for adding this dataset.
 
22
  task_ids:
23
  - named-entity-recognition
24
  - part-of-speech
 
25
  - coreference-resolution
26
  - parsing
27
  - lemmatization
28
  - word-sense-disambiguation
29
+ tags:
30
+ - semantic-role-labeling
31
  ---
32
 
33
  # Dataset Card for CoNLL2012 shared task data based on OntoNotes 5.0
 
231
 
232
  ### Contributions
233
 
234
+ Thanks to [@richarddwang](https://github.com/richarddwang) for adding this dataset.