jdoerfler commited on
Commit
1e31153
·
verified ·
1 Parent(s): 56b2ddc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - universal-dependencies/universal_dependencies
5
+ language:
6
+ - id
7
+ pipeline_tag: token-classification
8
+ library_name: spacy
9
+ tags:
10
+ - part-of-speech
11
+ - nlp
12
+ - spacy
13
+ - tagger
14
+ ---
15
+
16
+ SpaCy POS tagger and dependency labeler. Trained on ~5k samples from Universal Dependencies' id_csui-ud-train.conllu and id_gsd-ud-train.conllu, tested on ~.8k samples Universal Dependencies' id_csui-ud-test.conllu and id_gsd-ud-test.conllu.
17
+
18
+ - Tagger accuracy: 0.9243
19
+ - Dep head accuracy: 0.9295
20
+ - Dep label accuracy: 0.0471 (likely caused by my mistake handling the .conllu data in SpaCy - will fix later)