End of training
Browse files- README.md +13 -13
- fasttext_model.bin +1 -1
- model.safetensors +1 -1
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 [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3325
|
24 |
+
- Accuracy: 0.9174
|
25 |
+
- Precision: 0.9126
|
26 |
+
- Recall: 0.9140
|
27 |
+
- F1: 0.9128
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.3664 | 1.0 | 48 | 0.3609 | 0.8991 | 0.8935 | 0.8988 | 0.8938 |
|
59 |
+
| 0.2282 | 2.0 | 96 | 0.3376 | 0.8991 | 0.8920 | 0.8978 | 0.8927 |
|
60 |
+
| 0.1638 | 3.0 | 144 | 0.3184 | 0.9128 | 0.9070 | 0.9079 | 0.9070 |
|
61 |
+
| 0.1595 | 4.0 | 192 | 0.3291 | 0.9174 | 0.9147 | 0.9131 | 0.9135 |
|
62 |
+
| 0.1388 | 5.0 | 240 | 0.3495 | 0.8945 | 0.8844 | 0.8918 | 0.8865 |
|
63 |
+
| 0.1075 | 6.0 | 288 | 0.3357 | 0.9174 | 0.9151 | 0.9141 | 0.9139 |
|
64 |
+
| 0.1073 | 7.0 | 336 | 0.3311 | 0.9174 | 0.9126 | 0.9140 | 0.9128 |
|
65 |
+
| 0.1507 | 8.0 | 384 | 0.3325 | 0.9174 | 0.9126 | 0.9140 | 0.9128 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
fasttext_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9534119835
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:568dc49057e1ac652c31533b4ff21ef5a599eae028000a6294a5873cbd1a3d5f
|
3 |
size 9534119835
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2028069268
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae5a5a958577785d750b985210c8823abcddaa262a0aa442b345125fc183b8ab
|
3 |
size 2028069268
|