End of training
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ 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 an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
- Accuracy: 1.0
|
| 22 |
|
| 23 |
## Model description
|
|
@@ -49,21 +49,21 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
-
| No log | 1.0 | 38 | 0.
|
| 53 |
-
| No log | 2.0 | 76 | 0.
|
| 54 |
-
| No log | 3.0 | 114 | 0.
|
| 55 |
-
| No log | 4.0 | 152 | 0.
|
| 56 |
-
| No log | 5.0 | 190 | 0.
|
| 57 |
-
| No log | 6.0 | 228 | 0.
|
| 58 |
-
| No log | 7.0 | 266 | 0.
|
| 59 |
-
| No log | 8.0 | 304 | 0.
|
| 60 |
-
| No log | 9.0 | 342 | 0.
|
| 61 |
-
| No log | 10.0 | 380 | 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
| 65 |
|
| 66 |
-
- Transformers 4.
|
| 67 |
-
- Pytorch 2.
|
| 68 |
-
- Datasets 2.
|
| 69 |
-
- Tokenizers 0.
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.0021
|
| 21 |
- Accuracy: 1.0
|
| 22 |
|
| 23 |
## Model description
|
|
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
+
| No log | 1.0 | 38 | 0.2358 | 0.985 |
|
| 53 |
+
| No log | 2.0 | 76 | 0.0413 | 0.995 |
|
| 54 |
+
| No log | 3.0 | 114 | 0.0064 | 1.0 |
|
| 55 |
+
| No log | 4.0 | 152 | 0.0050 | 1.0 |
|
| 56 |
+
| No log | 5.0 | 190 | 0.0041 | 1.0 |
|
| 57 |
+
| No log | 6.0 | 228 | 0.0029 | 1.0 |
|
| 58 |
+
| No log | 7.0 | 266 | 0.0027 | 1.0 |
|
| 59 |
+
| No log | 8.0 | 304 | 0.0023 | 1.0 |
|
| 60 |
+
| No log | 9.0 | 342 | 0.0021 | 1.0 |
|
| 61 |
+
| No log | 10.0 | 380 | 0.0021 | 1.0 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
| 65 |
|
| 66 |
+
- Transformers 4.40.2
|
| 67 |
+
- Pytorch 2.2.1+cu121
|
| 68 |
+
- Datasets 2.19.1
|
| 69 |
+
- Tokenizers 0.19.1
|