dchaplinsky
commited on
Commit
•
4fcf69a
1
Parent(s):
a31a58d
Update README.md
Browse files
README.md
CHANGED
@@ -40,16 +40,15 @@ Results:
|
|
40 |
- F-score (macro) **0.7472**
|
41 |
- Accuracy **0.8033**
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
weighted avg 0.8569 0.8593 0.8575 2580
|
53 |
|
54 |
The model was fine-tuned on the [NER-UK dataset](https://github.com/lang-uk/ner-uk), released by the [lang-uk](https://lang.org.ua).
|
55 |
Training code is also available [here](https://github.com/lang-uk/flair-ner).
|
|
|
40 |
- F-score (macro) **0.7472**
|
41 |
- Accuracy **0.8033**
|
42 |
|
43 |
+
| by class | precision | recall | f1-score | support |
|
44 |
+
|--------------|-----------|--------|----------|---------|
|
45 |
+
| **PERS** | 0.9305 | 0.9422 | 0.9363 | 1678 |
|
46 |
+
| **LOC** | 0.8150 | 0.8678 | 0.8406 | 401 |
|
47 |
+
| **ORG** | 0.6653 | 0.6092 | 0.6360 | 261 |
|
48 |
+
| **MISC** | 0.6202 | 0.5375 | 0.5759 | 240 |
|
49 |
+
| micro avg | 0.8616 | 0.8593 | 0.8605 | 2580 |
|
50 |
+
| macro avg | 0.7577 | 0.7392 | 0.7472 | 2580 |
|
51 |
+
| weighted avg | 0.8569 | 0.8593 | 0.8575 | 2580 |
|
|
|
52 |
|
53 |
The model was fine-tuned on the [NER-UK dataset](https://github.com/lang-uk/ner-uk), released by the [lang-uk](https://lang.org.ua).
|
54 |
Training code is also available [here](https://github.com/lang-uk/flair-ner).
|