lhoestq HF Staff commited on
Commit
d54e2a5
·
1 Parent(s): 0fd3679

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
@@ -17,7 +17,7 @@ source_datasets:
17
  task_categories:
18
  - token-classification
19
  task_ids:
20
- - part-of-speech-tagging
21
  paperswithcode_id: null
22
  ---
23
 
 
17
  task_categories:
18
  - token-classification
19
  task_ids:
20
+ - part-of-speech
21
  paperswithcode_id: null
22
  ---
23