adriansanz
commited on
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 [projecte-aina/roberta-base-ca-v2](https://huggingface.co/projecte-aina/roberta-base-ca-v2) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
- Accuracy: 0.966
|
25 |
-
- Precision: 0.
|
26 |
- Recall: 0.966
|
27 |
-
- F1: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -56,11 +56,11 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
-
| 1.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [projecte-aina/roberta-base-ca-v2](https://huggingface.co/projecte-aina/roberta-base-ca-v2) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1744
|
24 |
- Accuracy: 0.966
|
25 |
+
- Precision: 0.9668
|
26 |
- Recall: 0.966
|
27 |
+
- F1: 0.9660
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| 1.6727 | 1.0 | 375 | 1.5301 | 0.93 | 0.9351 | 0.9300 | 0.9300 |
|
60 |
+
| 0.2375 | 2.0 | 750 | 0.2548 | 0.958 | 0.9622 | 0.958 | 0.9583 |
|
61 |
+
| 0.1424 | 3.0 | 1125 | 0.1922 | 0.96 | 0.9612 | 0.9600 | 0.9599 |
|
62 |
+
| 0.0197 | 4.0 | 1500 | 0.1789 | 0.966 | 0.9670 | 0.966 | 0.9660 |
|
63 |
+
| 0.0171 | 5.0 | 1875 | 0.1744 | 0.966 | 0.9668 | 0.966 | 0.9660 |
|
64 |
|
65 |
|
66 |
### Framework versions
|