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.0388
|
24 |
+
- Precision: 0.3571
|
25 |
+
- Recall: 0.5769
|
26 |
+
- F1: 0.4412
|
27 |
+
- Accuracy: 0.9859
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.4874 | 1.0 | 32 | 0.0956 | 0.0339 | 0.0769 | 0.0471 | 0.9714 |
|
59 |
+
| 0.1951 | 2.0 | 64 | 0.0448 | 0.2115 | 0.4231 | 0.2821 | 0.9829 |
|
60 |
+
| 0.1086 | 3.0 | 96 | 0.0384 | 0.3556 | 0.6154 | 0.4507 | 0.9857 |
|
61 |
+
| 0.0552 | 4.0 | 128 | 0.0388 | 0.3571 | 0.5769 | 0.4412 | 0.9859 |
|
62 |
|
63 |
|
64 |
### Framework versions
|