End of training
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 [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1217
|
24 |
+
- Precision: 0.3878
|
25 |
+
- Recall: 0.7037
|
26 |
+
- F1: 0.5
|
27 |
+
- Accuracy: 0.9781
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.398 | 1.0 | 30 | 0.1426 | 0.1493 | 0.3704 | 0.2128 | 0.9649 |
|
59 |
+
| 0.1839 | 2.0 | 60 | 0.1316 | 0.2453 | 0.4815 | 0.325 | 0.9699 |
|
60 |
+
| 0.1011 | 3.0 | 90 | 0.1125 | 0.3878 | 0.7037 | 0.5 | 0.9779 |
|
61 |
+
| 0.1296 | 4.0 | 120 | 0.1217 | 0.3878 | 0.7037 | 0.5 | 0.9781 |
|
62 |
|
63 |
|
64 |
### Framework versions
|