shenbinqian
commited on
Commit
•
3e8334b
1
Parent(s):
85ec926
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-roberta-pubmed-plos-filtered
|
5 |
+
|
6 |
+
This is a stacked model of embeddings from [roberta-large](https://huggingface.co/FacebookAI/roberta-large), [HunFlair pubmed models](https://github.com/flairNLP/flair/blob/master/resources/docs/HUNFLAIR.md) and [character-level language models trained on PLOS](https://github.com/shenbinqian/PLODv2-CLM4AbbrDetection/tree/main/clm), fine-tuning on the [PLODv2 filtered 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.8924
|
11 |
+
- Recall: 0.9375
|
12 |
+
- F1: 0.9144
|
13 |
+
|
14 |
+
|
15 |
+
Results on long forms:
|
16 |
+
- Precision: 0.8750
|
17 |
+
- Recall: 0.9225
|
18 |
+
- F1: 0.8981
|