harshamiddela
commited on
Training complete
Browse files
README.md
CHANGED
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# biogpt-disease-ner
|
20 |
|
21 |
-
This model is a fine-tuned version of [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
# biogpt-disease-ner
|
20 |
|
21 |
+
This model is a fine-tuned version of [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1525
|
24 |
+
- Precision: 0.5241
|
25 |
+
- Recall: 0.6075
|
26 |
+
- F1: 0.5628
|
27 |
+
- Accuracy: 0.9522
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.27 | 1.0 | 593 | 0.1769 | 0.4632 | 0.4523 | 0.4577 | 0.9395 |
|
59 |
+
| 0.1581 | 2.0 | 1186 | 0.1561 | 0.5337 | 0.5083 | 0.5207 | 0.9475 |
|
60 |
+
| 0.1225 | 3.0 | 1779 | 0.1525 | 0.5241 | 0.6075 | 0.5628 | 0.9522 |
|
61 |
|
62 |
|
63 |
### Framework versions
|