sakelariev commited on
Commit
4d3695e
·
1 Parent(s): 8e13782

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -7,7 +7,7 @@ metrics:
7
  library_name: spacy
8
  pipeline_tag: token-classification
9
  model-index:
10
- - name: bg_news_lg
11
  results:
12
  - task:
13
  name: NER
@@ -15,62 +15,62 @@ model-index:
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
  tags:
75
  - ner
76
  - named entity recognition
@@ -84,8 +84,8 @@ tags:
84
  | **Default Pipeline** | `transformer`, `tagger`, `morphologizer`, `parser`, `trainable_lemmatizer`, `ner` |
85
  | **Components** | `transformer`, `tagger`, `morphologizer`, `parser`, `trainable_lemmatizer`, `ner` |
86
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
87
- | **Sources** | [UD_Bulgarian-BTB](https://github.com/UniversalDependencies/UD_Bulgarian-BTB) (Kiril Simov and Petya Osenova) |
88
  | **License** | CC-BY-NC-SA-3.0 |
89
  | **Author** | [Ivaylo Sakelariev](https://github.com/sakelariev) |
90
 
91
- Bulgarian large sized pipeline for BGspaCy. Components: tok2vec, tagger, morphologizer, lemmatizer, parser, ner
 
7
  library_name: spacy
8
  pipeline_tag: token-classification
9
  model-index:
10
+ - name: bg_news_trf
11
  results:
12
  - task:
13
  name: NER
 
15
  metrics:
16
  - name: NER Precision
17
  type: precision
18
+ value: 0.8890829694
19
  - name: NER Recall
20
  type: recall
21
+ value: 0.8886948931
22
  - name: NER F Score
23
  type: f_score
24
+ value: 0.8888888889
25
  - task:
26
  name: TAG
27
  type: token-classification
28
  metrics:
29
  - name: TAG (XPOS) Accuracy
30
  type: accuracy
31
+ value: 0.9702076246
32
  - task:
33
  name: POS
34
  type: token-classification
35
  metrics:
36
  - name: POS (UPOS) Accuracy
37
  type: accuracy
38
+ value: 0.9897910505
39
  - task:
40
  name: MORPH
41
  type: token-classification
42
  metrics:
43
  - name: Morph (UFeats) Accuracy
44
  type: accuracy
45
+ value: 0.9764380425
46
  - task:
47
  name: LEMMA
48
  type: token-classification
49
  metrics:
50
  - name: Lemma Accuracy
51
  type: accuracy
52
+ value: 0.9404442198
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.9349327787
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.8934417103
67
  - task:
68
  name: SENTS
69
  type: token-classification
70
  metrics:
71
  - name: Sentences F-Score
72
  type: f_score
73
+ value: 0.9241131567
74
  tags:
75
  - ner
76
  - named entity recognition
 
84
  | **Default Pipeline** | `transformer`, `tagger`, `morphologizer`, `parser`, `trainable_lemmatizer`, `ner` |
85
  | **Components** | `transformer`, `tagger`, `morphologizer`, `parser`, `trainable_lemmatizer`, `ner` |
86
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
87
+ | **Sources** | [UD_Bulgarian-BTB](https://github.com/UniversalDependencies/UD_Bulgarian-BTB) (Kiril Simov and Petya Osenova) [BERT multilingual base model (uncased)](https://huggingface.co/bert-base-multilingual-uncased) (Jacob Devlin, Ming-Wei Chang, Kenton Lee, Kristina Toutanova)|
88
  | **License** | CC-BY-NC-SA-3.0 |
89
  | **Author** | [Ivaylo Sakelariev](https://github.com/sakelariev) |
90
 
91
+ Bulgarian transformers pipeline for BGspaCy. Components: tok2vec, tagger, morphologizer, lemmatizer, parser, ner