lhoestq HF staff commited on
Commit
5c2107b
1 Parent(s): f5fc513

Fix POS tags (#4715)

Browse files

fix pos tags

Commit from https://github.com/huggingface/datasets/commit/62195c7bd2468b4921a532f8953288481e0fd2b5

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ task_ids:
23
  - closed-domain-qa
24
  - multi-class-classification
25
  - named-entity-recognition
26
- - part-of-speech-tagging
27
  - semantic-similarity-classification
28
  - sentiment-classification
29
  - text-classification-other-aspect-based-sentiment-analysis
 
23
  - closed-domain-qa
24
  - multi-class-classification
25
  - named-entity-recognition
26
+ - part-of-speech
27
  - semantic-similarity-classification
28
  - sentiment-classification
29
  - text-classification-other-aspect-based-sentiment-analysis