Training complete
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [allenai/biomed_roberta_base](https://huggingface.co/allenai/biomed_roberta_base) on the None dataset.
|
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 |
|
@@ -43,9 +43,9 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
-
- train_batch_size:
|
48 |
-
- eval_batch_size:
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
@@ -55,13 +55,13 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
-
| Training Loss | Epoch | Step
|
59 |
-
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [allenai/biomed_roberta_base](https://huggingface.co/allenai/biomed_roberta_base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0985
|
24 |
+
- Precision: 0.8190
|
25 |
+
- Recall: 0.8095
|
26 |
+
- F1: 0.8142
|
27 |
+
- Accuracy: 0.9779
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 3e-05
|
47 |
+
- train_batch_size: 2
|
48 |
+
- eval_batch_size: 2
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
59 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
60 |
+
| 0.0864 | 1.0 | 2509 | 0.0915 | 0.8408 | 0.7476 | 0.7915 | 0.9753 |
|
61 |
+
| 0.0616 | 2.0 | 5018 | 0.0766 | 0.8116 | 0.7911 | 0.8012 | 0.9782 |
|
62 |
+
| 0.0439 | 3.0 | 7527 | 0.0838 | 0.8132 | 0.8024 | 0.8078 | 0.9776 |
|
63 |
+
| 0.0338 | 4.0 | 10036 | 0.0891 | 0.8207 | 0.8030 | 0.8118 | 0.9775 |
|
64 |
+
| 0.0268 | 5.0 | 12545 | 0.0985 | 0.8190 | 0.8095 | 0.8142 | 0.9779 |
|
65 |
|
66 |
|
67 |
### Framework versions
|