jdoerfler commited on
Commit
d7ed94e
·
verified ·
1 Parent(s): 218a23c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -15,6 +15,8 @@ tags:
15
 
16
  SpaCy morphologizer (universal POS tagger) and dependency labeler. Trained on ~12.5k samples from Universal Dependencies' tl_newscrawl-ud-train.conllu, tested on ~1.1k samples Universal Dependencies' tl_newscrawl-ud-test.conllu, tl_trg-ud-test.conllu, and tl_ugnayan-ud-test.conllu
17
 
18
- - uPOS accuracy: 0.5000 (having tokenizing issues - will revisit)
19
  - Dep head accuracy: 0.7851
20
- - Dep label accuracy: 0.7028
 
 
 
15
 
16
  SpaCy morphologizer (universal POS tagger) and dependency labeler. Trained on ~12.5k samples from Universal Dependencies' tl_newscrawl-ud-train.conllu, tested on ~1.1k samples Universal Dependencies' tl_newscrawl-ud-test.conllu, tl_trg-ud-test.conllu, and tl_ugnayan-ud-test.conllu
17
 
18
+ - uPOS accuracy: 0.9389
19
  - Dep head accuracy: 0.7851
20
+ - Dep label accuracy: 0.7028
21
+
22
+ Having tokenizing issues with this one but it doesn't affect the metrics significantly, which is a red flag...