shenbinqian
commited on
Commit
•
c18b146
1
Parent(s):
59ffa36
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license: cc-by-sa-4.0
|
|
4 |
# Flair-abbr-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
|
|
|
4 |
# Flair-abbr-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 is released with our LREC-COLING 2024 publication (coming soon). It achieves the following results on the test set:
|
8 |
|
9 |
Results on abbreviations:
|
10 |
- Precision: 0.8924
|