osanseviero HF staff commited on
Commit
27afc0f
1 Parent(s): 5184e58

Update spaCy pipeline

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -1,3 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  <a href="https://github.com/centre-for-humanities-computing/Dacy"><img src="https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png" width="175" height="175" align="right" /></a>
3
 
 
1
+ ---
2
+ tags:
3
+ - spacy
4
+ - token-classification
5
+ language:
6
+ - da
7
+ license: Apache-2.0-License
8
+ model-index:
9
+ - name: da_dacy_medium_trf
10
+ results:
11
+ - task:
12
+ name: NER
13
+ type: token-classification
14
+ metrics:
15
+ - name: NER Precision
16
+ type: precision
17
+ value: 0.817047817
18
+ - name: NER Recall
19
+ type: recall
20
+ value: 0.81875
21
+ - name: NER F Score
22
+ type: f_score
23
+ value: 0.8178980229
24
+ - task:
25
+ name: SENTER
26
+ type: token-classification
27
+ metrics:
28
+ - name: SENTER Precision
29
+ type: precision
30
+ value: 0.873015873
31
+ - name: SENTER Recall
32
+ type: recall
33
+ value: 0.8776595745
34
+ - name: SENTER F Score
35
+ type: f_score
36
+ value: 0.875331565
37
+ - task:
38
+ name: UNLABELED_DEPENDENCIES
39
+ type: token-classification
40
+ metrics:
41
+ - name: Unlabeled Dependencies Accuracy
42
+ type: accuracy
43
+ value: 0.8714971531
44
+ - task:
45
+ name: LABELED_DEPENDENCIES
46
+ type: token-classification
47
+ metrics:
48
+ - name: Labeled Dependencies Accuracy
49
+ type: accuracy
50
+ value: 0.8714971531
51
+ ---
52
 
53
  <a href="https://github.com/centre-for-humanities-computing/Dacy"><img src="https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png" width="175" height="175" align="right" /></a>
54