jambo commited on
Commit
3b1b498
1 Parent(s): aee2abe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -40,12 +40,20 @@ should probably proofread and complete it, then remove this comment. -->
40
 
41
  This model is a fine-tuned version of [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) on the marker-associations-binary-base dataset.
42
  It achieves the following results on the evaluation set:
43
- - Loss: 0.4243
44
- - Precision: 0.7982
45
- - Recall: 0.9560
46
- - F1: 0.87
47
- - Accuracy: 0.8884
48
- - Auc: 0.9516
 
 
 
 
 
 
 
 
49
 
50
  ## Model description
51
 
40
 
41
  This model is a fine-tuned version of [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) on the marker-associations-binary-base dataset.
42
  It achieves the following results on the evaluation set:
43
+
44
+ ### Gene Results
45
+ - Precision = 0.808
46
+ - Recall = 0.940
47
+ - F1 = 0.869
48
+ - Accuracy = 0.862
49
+ - AUC = 0.944
50
+
51
+ ### Chemical Results
52
+ - Precision = 0.774
53
+ - Recall = 1.0
54
+ - F1 = 0.873
55
+ - Accuracy = 0.926
56
+ - AUC = 0.964
57
 
58
  ## Model description
59