Nimeesha Chan
commited on
Commit
•
50e1615
1
Parent(s):
f13324b
update model card README.md
Browse files
README.md
CHANGED
@@ -24,16 +24,16 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Precision
|
26 |
type: precision
|
27 |
-
value: 0.
|
28 |
- name: Recall
|
29 |
type: recall
|
30 |
-
value: 0.
|
31 |
- name: F1
|
32 |
type: f1
|
33 |
-
value: 0.
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
-
value: 0.
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
43 |
|
44 |
This model is a fine-tuned version of [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on the ncbi_disease dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
-
- Loss: 0.
|
47 |
-
- Precision: 0.
|
48 |
-
- Recall: 0.
|
49 |
-
- F1: 0.
|
50 |
-
- Accuracy: 0.
|
51 |
|
52 |
## Model description
|
53 |
|
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
24 |
metrics:
|
25 |
- name: Precision
|
26 |
type: precision
|
27 |
+
value: 0.44350580781414994
|
28 |
- name: Recall
|
29 |
type: recall
|
30 |
+
value: 0.5336721728081322
|
31 |
- name: F1
|
32 |
type: f1
|
33 |
+
value: 0.4844290657439446
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
+
value: 0.956318798864211
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
43 |
|
44 |
This model is a fine-tuned version of [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on the ncbi_disease dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
+
- Loss: 0.1545
|
47 |
+
- Precision: 0.4435
|
48 |
+
- Recall: 0.5337
|
49 |
+
- F1: 0.4844
|
50 |
+
- Accuracy: 0.9563
|
51 |
|
52 |
## Model description
|
53 |
|
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
81 |
+
| 0.3269 | 1.0 | 679 | 0.1626 | 0.3330 | 0.3850 | 0.3571 | 0.9469 |
|
82 |
+
| 0.1703 | 2.0 | 1358 | 0.1466 | 0.3958 | 0.5070 | 0.4446 | 0.9544 |
|
83 |
+
| 0.0988 | 3.0 | 2037 | 0.1545 | 0.4435 | 0.5337 | 0.4844 | 0.9563 |
|
84 |
|
85 |
|
86 |
### Framework versions
|