End of training
Browse files- README.md +18 -11
- pytorch_model.bin +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 [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown 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 |
|
@@ -49,15 +49,22 @@ 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: linear
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step
|
57 |
-
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 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 an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2125
|
24 |
+
- Precision: 0.8073
|
25 |
+
- Recall: 0.8272
|
26 |
+
- F1: 0.8171
|
27 |
+
- Accuracy: 0.9592
|
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: linear
|
52 |
+
- num_epochs: 10
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.1593 | 1.0 | 2272 | 0.1469 | 0.7158 | 0.8005 | 0.7558 | 0.9468 |
|
59 |
+
| 0.1154 | 2.0 | 4544 | 0.1304 | 0.7720 | 0.8116 | 0.7913 | 0.9547 |
|
60 |
+
| 0.0862 | 3.0 | 6816 | 0.1381 | 0.7912 | 0.8117 | 0.8013 | 0.9557 |
|
61 |
+
| 0.0673 | 4.0 | 9088 | 0.1404 | 0.8006 | 0.8099 | 0.8052 | 0.9567 |
|
62 |
+
| 0.0515 | 5.0 | 11360 | 0.1511 | 0.8135 | 0.8063 | 0.8099 | 0.9578 |
|
63 |
+
| 0.0402 | 6.0 | 13632 | 0.1666 | 0.8030 | 0.8235 | 0.8131 | 0.9582 |
|
64 |
+
| 0.0286 | 7.0 | 15904 | 0.1848 | 0.8066 | 0.8208 | 0.8137 | 0.9579 |
|
65 |
+
| 0.022 | 8.0 | 18176 | 0.1957 | 0.8060 | 0.8226 | 0.8142 | 0.9585 |
|
66 |
+
| 0.0201 | 9.0 | 20448 | 0.2062 | 0.8022 | 0.8283 | 0.8151 | 0.9585 |
|
67 |
+
| 0.0164 | 10.0 | 22720 | 0.2125 | 0.8073 | 0.8272 | 0.8171 | 0.9592 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 709143721
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fbda0c3fe6b4bf92d244d06bcc72893516cae3421b6748338fb0f62ed23d9f5
|
3 |
size 709143721
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0da4f17d9bf02691532ccc44496c1761fee161b7c071826a3e2aae389f32955
|
3 |
size 4027
|