rman-rahimi-29
commited on
Commit
•
77ea5dd
1
Parent(s):
ba41d7f
End of training
Browse files- README.md +12 -5
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,15 +40,22 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| 2.
|
50 |
-
| 2.
|
51 |
-
| 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.9471
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 10
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 2.6813 | 1.0 | 66 | 2.4897 |
|
50 |
+
| 2.4377 | 2.0 | 132 | 2.2871 |
|
51 |
+
| 2.2739 | 3.0 | 198 | 2.1468 |
|
52 |
+
| 2.1432 | 4.0 | 264 | 2.1158 |
|
53 |
+
| 2.058 | 5.0 | 330 | 2.0199 |
|
54 |
+
| 2.0181 | 6.0 | 396 | 1.9629 |
|
55 |
+
| 1.9669 | 7.0 | 462 | 2.0044 |
|
56 |
+
| 1.9437 | 8.0 | 528 | 2.0210 |
|
57 |
+
| 1.9289 | 9.0 | 594 | 1.8997 |
|
58 |
+
| 1.9102 | 10.0 | 660 | 1.9474 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 669924786
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44f8677a36ad335fe2de5b1ac75015cc62aa4180e07e570bc21cc4a1c0f0680e
|
3 |
size 669924786
|