Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
4 |
+
# Flair-ner-pubmed-unfiltered
|
5 |
+
|
6 |
+
This model is a fine-tuned version of [HunFlair pubmed models](https://github.com/flairNLP/flair/blob/master/resources/docs/HUNFLAIR.md) on the [PLODv2 unfiltered dataset](https://github.com/shenbinqian/PLODv2-CLM4AbbrDetection).
|
7 |
+
It achieves the following results on the test set:
|
8 |
+
|
9 |
+
Results on abbreviations:
|
10 |
+
- Precision: 0.8502
|
11 |
+
- Recall: 0.9155
|
12 |
+
- F1: 0.8816
|
13 |
+
|
14 |
+
|
15 |
+
Results on long forms:
|
16 |
+
- Precision: 0.8270
|
17 |
+
- Recall: 0.8864
|
18 |
+
- F1: 0.8557
|