Update README.md
Browse files
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 |
-
|
44 |
-
|
45 |
-
-
|
46 |
-
-
|
47 |
-
-
|
48 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|