sakelariev
commited on
Commit
•
0bff89b
1
Parent(s):
60cd92f
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,71 @@ metrics:
|
|
6 |
- accuracy
|
7 |
library_name: spacy
|
8 |
pipeline_tag: token-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
| Feature | Description |
|
11 |
| --- | --- |
|
|
|
6 |
- accuracy
|
7 |
library_name: spacy
|
8 |
pipeline_tag: token-classification
|
9 |
+
model-index:
|
10 |
+
- name: bg_news_lg
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: NER
|
14 |
+
type: token-classification
|
15 |
+
metrics:
|
16 |
+
- name: NER Precision
|
17 |
+
type: precision
|
18 |
+
value: 0.9090909091
|
19 |
+
- name: NER Recall
|
20 |
+
type: recall
|
21 |
+
value: 0.8773461371
|
22 |
+
- name: NER F Score
|
23 |
+
type: f_score
|
24 |
+
value: 0.8929364727
|
25 |
+
- task:
|
26 |
+
name: TAG
|
27 |
+
type: token-classification
|
28 |
+
metrics:
|
29 |
+
- name: TAG (XPOS) Accuracy
|
30 |
+
type: accuracy
|
31 |
+
value: 0.9565136361
|
32 |
+
- task:
|
33 |
+
name: POS
|
34 |
+
type: token-classification
|
35 |
+
metrics:
|
36 |
+
- name: POS (UPOS) Accuracy
|
37 |
+
type: accuracy
|
38 |
+
value: 0.9858305885
|
39 |
+
- task:
|
40 |
+
name: MORPH
|
41 |
+
type: token-classification
|
42 |
+
metrics:
|
43 |
+
- name: Morph (UFeats) Accuracy
|
44 |
+
type: accuracy
|
45 |
+
value: 0.9645896751
|
46 |
+
- task:
|
47 |
+
name: LEMMA
|
48 |
+
type: token-classification
|
49 |
+
metrics:
|
50 |
+
- name: Lemma Accuracy
|
51 |
+
type: accuracy
|
52 |
+
value: 0.9271110013
|
53 |
+
- task:
|
54 |
+
name: UNLABELED_DEPENDENCIES
|
55 |
+
type: token-classification
|
56 |
+
metrics:
|
57 |
+
- name: Unlabeled Attachment Score (UAS)
|
58 |
+
type: f_score
|
59 |
+
value: 0.9016132533
|
60 |
+
- task:
|
61 |
+
name: LABELED_DEPENDENCIES
|
62 |
+
type: token-classification
|
63 |
+
metrics:
|
64 |
+
- name: Labeled Attachment Score (LAS)
|
65 |
+
type: f_score
|
66 |
+
value: 0.8459063799
|
67 |
+
- task:
|
68 |
+
name: SENTS
|
69 |
+
type: token-classification
|
70 |
+
metrics:
|
71 |
+
- name: Sentences F-Score
|
72 |
+
type: f_score
|
73 |
+
value: 0.939802336
|
74 |
---
|
75 |
| Feature | Description |
|
76 |
| --- | --- |
|