dchaplinsky
commited on
Commit
•
f7d439e
1
Parent(s):
53e4d18
Update README.md
Browse files
README.md
CHANGED
@@ -36,9 +36,9 @@ license: mit
|
|
36 |
It has been trained to recognize four types of entities: location (LOC), organizations (ORG), person (PERS) and Miscellaneous (MISC).
|
37 |
|
38 |
Results:
|
39 |
-
- F-score (micro) 0.8544
|
40 |
-
- F-score (macro) 0.7406
|
41 |
-
- Accuracy 0.798
|
42 |
|
43 |
precision recall f1-score support
|
44 |
|
@@ -55,4 +55,4 @@ The model was fine-tuned on the [NER-UK dataset](https://github.com/lang-uk/ner-
|
|
55 |
Training code is also available [here](https://github.com/lang-uk/flair-ner).
|
56 |
|
57 |
|
58 |
-
Copyright: Dmytro Chaplynskyi, [lang-uk project](https://lang.org.ua), 2022
|
|
|
36 |
It has been trained to recognize four types of entities: location (LOC), organizations (ORG), person (PERS) and Miscellaneous (MISC).
|
37 |
|
38 |
Results:
|
39 |
+
- F-score (micro) **0.8544**
|
40 |
+
- F-score (macro) **0.7406**
|
41 |
+
- Accuracy **0.798**
|
42 |
|
43 |
precision recall f1-score support
|
44 |
|
|
|
55 |
Training code is also available [here](https://github.com/lang-uk/flair-ner).
|
56 |
|
57 |
|
58 |
+
Copyright: [Dmytro Chaplynskyi](https://twitter.com/dchaplinsky), [lang-uk project](https://lang.org.ua), 2022
|