GuCuChiara
commited on
Commit
•
d68d495
1
Parent(s):
920311e
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 [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) 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 |
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 | 71 | 0.
|
59 |
-
| No log | 2.0 | 142 | 0.
|
60 |
-
| No log | 3.0 | 213 | 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1367
|
24 |
+
- Precision: 0.5765
|
25 |
+
- Recall: 0.4800
|
26 |
+
- F1: 0.5238
|
27 |
+
- Accuracy: 0.9535
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 71 | 0.1588 | 0.4782 | 0.3308 | 0.3911 | 0.9408 |
|
59 |
+
| No log | 2.0 | 142 | 0.1397 | 0.5760 | 0.4213 | 0.4866 | 0.9517 |
|
60 |
+
| No log | 3.0 | 213 | 0.1367 | 0.5765 | 0.4800 | 0.5238 | 0.9535 |
|
61 |
|
62 |
|
63 |
### Framework versions
|