lhoestq HF staff commited on
Commit
3b6ac4f
1 Parent(s): e4c0116

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 @@ task_categories:
17
  - token-classification
18
  task_ids:
19
  - named-entity-recognition
20
- - part-of-speech-tagging
21
  paperswithcode_id: dane
22
  pretty_name: DaNE
23
  ---
 
17
  - token-classification
18
  task_ids:
19
  - named-entity-recognition
20
+ - part-of-speech
21
  paperswithcode_id: dane
22
  pretty_name: DaNE
23
  ---