PyTorch
shenbinqian commited on
Commit
273c310
·
verified ·
1 Parent(s): 9031cf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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