End of training
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,14 +49,14 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 |
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1529
|
21 |
+
- Accuracy: 0.9555
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 491 | 0.8079 | 0.7950 |
|
53 |
+
| 1.5652 | 2.0 | 982 | 0.5059 | 0.8689 |
|
54 |
+
| 0.7283 | 3.0 | 1473 | 0.3466 | 0.9072 |
|
55 |
+
| 0.504 | 4.0 | 1964 | 0.2646 | 0.9260 |
|
56 |
+
| 0.3862 | 5.0 | 2455 | 0.2144 | 0.9414 |
|
57 |
+
| 0.3071 | 6.0 | 2946 | 0.1885 | 0.9459 |
|
58 |
+
| 0.2554 | 7.0 | 3437 | 0.1600 | 0.9540 |
|
59 |
+
| 0.2235 | 8.0 | 3928 | 0.1529 | 0.9555 |
|
60 |
|
61 |
|
62 |
### Framework versions
|