End of training
Browse files- README.md +14 -16
- model.safetensors +1 -1
- training_args.bin +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 |
|
@@ -49,22 +49,20 @@ The following hyperparameters were used during training:
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: cosine
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
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 |
-
| 0.1557 | 9.0 | 216 | 0.3669 | 0.8991 | 0.8990 | 0.8942 | 0.8959 |
|
67 |
-
| 0.1462 | 10.0 | 240 | 0.3660 | 0.8991 | 0.8990 | 0.8942 | 0.8959 |
|
68 |
|
69 |
|
70 |
### 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.4210
|
24 |
+
- Accuracy: 0.9083
|
25 |
+
- Precision: 0.9076
|
26 |
+
- Recall: 0.9099
|
27 |
+
- F1: 0.9085
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: cosine
|
52 |
+
- num_epochs: 8
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.11 | 1.0 | 24 | 0.4032 | 0.8991 | 0.9040 | 0.8991 | 0.8980 |
|
59 |
+
| 0.0824 | 2.0 | 48 | 0.4500 | 0.8853 | 0.8806 | 0.8874 | 0.8810 |
|
60 |
+
| 0.0901 | 3.0 | 72 | 0.4908 | 0.8716 | 0.8809 | 0.8576 | 0.8653 |
|
61 |
+
| 0.0554 | 4.0 | 96 | 0.4473 | 0.8991 | 0.9059 | 0.8943 | 0.8984 |
|
62 |
+
| 0.0612 | 5.0 | 120 | 0.4675 | 0.8807 | 0.8867 | 0.8723 | 0.8766 |
|
63 |
+
| 0.0508 | 6.0 | 144 | 0.4011 | 0.9220 | 0.9228 | 0.9191 | 0.9203 |
|
64 |
+
| 0.0513 | 7.0 | 168 | 0.4161 | 0.9083 | 0.9049 | 0.9098 | 0.9070 |
|
65 |
+
| 0.049 | 8.0 | 192 | 0.4210 | 0.9083 | 0.9076 | 0.9099 | 0.9085 |
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2027820436
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5d292553d230324884b64877e34493bb574cfda681f2233ed8c5cd3811e2279
|
3 |
size 2027820436
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd53a2cfedb5ccaedb338e2183949b90c8f9b69c0e749fd8a1fcf0e47a626335
|
3 |
size 5048
|