sciarrilli
commited on
Commit
•
1235e43
1
Parent(s):
44196d8
update model card README.md
Browse files
README.md
CHANGED
@@ -21,16 +21,16 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
24 |
-
value: 0.
|
25 |
- name: Recall
|
26 |
type: recall
|
27 |
-
value: 0.
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
-
value: 0.
|
31 |
- name: Accuracy
|
32 |
type: accuracy
|
33 |
-
value: 0.
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -40,11 +40,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
40 |
|
41 |
This model is a fine-tuned version of [dmis-lab/biobert-base-cased-v1.2](https://huggingface.co/dmis-lab/biobert-base-cased-v1.2) on the jnlpba dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
-
- Loss: 0.
|
44 |
-
- Precision: 0.
|
45 |
-
- Recall: 0.
|
46 |
-
- F1: 0.
|
47 |
-
- Accuracy: 0.
|
48 |
|
49 |
## Model description
|
50 |
|
@@ -69,15 +69,17 @@ The following hyperparameters were used during training:
|
|
69 |
- seed: 42
|
70 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
71 |
- lr_scheduler_type: linear
|
72 |
-
- num_epochs:
|
73 |
|
74 |
### Training results
|
75 |
|
76 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
77 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
|
|
|
|
81 |
|
82 |
|
83 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
24 |
+
value: 0.7193353093271111
|
25 |
- name: Recall
|
26 |
type: recall
|
27 |
+
value: 0.8325912408759124
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
+
value: 0.7718307000033834
|
31 |
- name: Accuracy
|
32 |
type: accuracy
|
33 |
+
value: 0.9057438991228902
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
40 |
|
41 |
This model is a fine-tuned version of [dmis-lab/biobert-base-cased-v1.2](https://huggingface.co/dmis-lab/biobert-base-cased-v1.2) on the jnlpba dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
+
- Loss: 0.3674
|
44 |
+
- Precision: 0.7193
|
45 |
+
- Recall: 0.8326
|
46 |
+
- F1: 0.7718
|
47 |
+
- Accuracy: 0.9057
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
69 |
- seed: 42
|
70 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
71 |
- lr_scheduler_type: linear
|
72 |
+
- num_epochs: 5
|
73 |
|
74 |
### Training results
|
75 |
|
76 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
77 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
78 |
+
| 0.2584 | 1.0 | 1160 | 0.2930 | 0.7052 | 0.8246 | 0.7603 | 0.9019 |
|
79 |
+
| 0.1966 | 2.0 | 2320 | 0.3023 | 0.7175 | 0.8247 | 0.7674 | 0.9056 |
|
80 |
+
| 0.1577 | 3.0 | 3480 | 0.3171 | 0.7165 | 0.8228 | 0.7659 | 0.9047 |
|
81 |
+
| 0.131 | 4.0 | 4640 | 0.3413 | 0.7201 | 0.8292 | 0.7708 | 0.9054 |
|
82 |
+
| 0.1073 | 5.0 | 5800 | 0.3674 | 0.7193 | 0.8326 | 0.7718 | 0.9057 |
|
83 |
|
84 |
|
85 |
### Framework versions
|