jdoerfler commited on
Commit
b9064fe
ยท
verified ยท
1 Parent(s): 4200a27

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
+ - ar
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 ~7.6k samples from Universal Dependencies' ar_padt-ud-train.conllu, tested on ~1.7k samples Universal Dependencies' ar_padt-ud-test.conllu, ar_pud-ud-test.conllu, and ajp-madar-test.conllu
17
+
18
+ - Tagger accuracy: 0.8630
19
+ - Dep head accuracy: 0.9537
20
+ - Dep label accuracy: 0.0374 (likely caused by my mistake handling the .conllu data in SpaCy - will fix later)