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 |
|
@@ -44,8 +44,8 @@ More information needed
|
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 0.1
|
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 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
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.1276
|
24 |
+
- Precision: 0.6818
|
25 |
+
- Recall: 0.7031
|
26 |
+
- F1: 0.6923
|
27 |
+
- Accuracy: 0.9672
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 0.1
|
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.7191 | 1.0 | 2509 | 0.5248 | 0.5127 | 0.6334 | 0.5667 | 0.9486 |
|
61 |
+
| 0.5382 | 2.0 | 5018 | 0.4280 | 0.5378 | 0.6500 | 0.5886 | 0.9556 |
|
62 |
+
| 0.3968 | 3.0 | 7527 | 0.3095 | 0.4997 | 0.6714 | 0.5730 | 0.9531 |
|
63 |
+
| 0.2528 | 4.0 | 10036 | 0.1872 | 0.5631 | 0.6850 | 0.6181 | 0.9599 |
|
64 |
+
| 0.1541 | 5.0 | 12545 | 0.1276 | 0.6818 | 0.7031 | 0.6923 | 0.9672 |
|
65 |
|
66 |
|
67 |
### Framework versions
|