sakelariev
commited on
Commit
•
8e13782
1
Parent(s):
b95000f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,91 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-3.0
|
3 |
+
language:
|
4 |
+
- bg
|
5 |
+
metrics:
|
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 |
+
tags:
|
75 |
+
- ner
|
76 |
+
- named entity recognition
|
77 |
+
- spacy
|
78 |
---
|
79 |
+
| Feature | Description |
|
80 |
+
| --- | --- |
|
81 |
+
| **Name** | `bg_news_trf` |
|
82 |
+
| **Version** | `3.5.4` |
|
83 |
+
| **spaCy** | `>=3.5.4,<3.6.0` |
|
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
|