jialinselenasong
commited on
Commit
•
275140d
1
Parent(s):
db0c756
Training complete
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [dmis-lab/biobert-v1.1](https://huggingface.co/dmis-lab/biobert-v1.1) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,15 +48,22 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 | 305 | 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [dmis-lab/biobert-v1.1](https://huggingface.co/dmis-lab/biobert-v1.1) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6965
|
23 |
+
- Precision: 0.6381
|
24 |
+
- Recall: 0.6865
|
25 |
+
- F1: 0.6614
|
26 |
+
- Accuracy: 0.8583
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 10
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 305 | 0.4123 | 0.6110 | 0.6694 | 0.6389 | 0.8542 |
|
58 |
+
| 0.4534 | 2.0 | 610 | 0.4023 | 0.6259 | 0.6848 | 0.6540 | 0.8586 |
|
59 |
+
| 0.4534 | 3.0 | 915 | 0.4384 | 0.6369 | 0.6991 | 0.6666 | 0.8615 |
|
60 |
+
| 0.2438 | 4.0 | 1220 | 0.4799 | 0.6445 | 0.6941 | 0.6684 | 0.8615 |
|
61 |
+
| 0.1551 | 5.0 | 1525 | 0.5190 | 0.6464 | 0.6908 | 0.6678 | 0.8628 |
|
62 |
+
| 0.1551 | 6.0 | 1830 | 0.5772 | 0.6454 | 0.6751 | 0.6599 | 0.8597 |
|
63 |
+
| 0.1044 | 7.0 | 2135 | 0.6141 | 0.6413 | 0.6881 | 0.6639 | 0.8586 |
|
64 |
+
| 0.1044 | 8.0 | 2440 | 0.6587 | 0.6353 | 0.6945 | 0.6636 | 0.8590 |
|
65 |
+
| 0.0755 | 9.0 | 2745 | 0.6856 | 0.6357 | 0.6905 | 0.6620 | 0.8580 |
|
66 |
+
| 0.0604 | 10.0 | 3050 | 0.6965 | 0.6381 | 0.6865 | 0.6614 | 0.8583 |
|
67 |
|
68 |
|
69 |
### Framework versions
|