End of training
Browse files- README.md +12 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [vinai/bartpho-word](https://huggingface.co/vinai/bartpho-word) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 1.
|
23 |
- Accuracy: 0.014
|
24 |
- F1: 0.0011
|
25 |
|
@@ -46,17 +46,22 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
-
| 3.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [vinai/bartpho-word](https://huggingface.co/vinai/bartpho-word) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.1876
|
23 |
- Accuracy: 0.014
|
24 |
- F1: 0.0011
|
25 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 10
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 3.7202 | 1.0 | 125 | 1.3840 | 0.016 | 0.0018 |
|
56 |
+
| 1.3287 | 2.0 | 250 | 1.2517 | 0.014 | 0.0011 |
|
57 |
+
| 1.2451 | 3.0 | 375 | 1.2197 | 0.016 | 0.0015 |
|
58 |
+
| 1.2059 | 4.0 | 500 | 1.2077 | 0.014 | 0.0011 |
|
59 |
+
| 1.105 | 5.0 | 625 | 1.2053 | 0.014 | 0.0011 |
|
60 |
+
| 1.1054 | 6.0 | 750 | 1.1893 | 0.018 | 0.0015 |
|
61 |
+
| 1.1207 | 7.0 | 875 | 1.1881 | 0.022 | 0.0045 |
|
62 |
+
| 1.1011 | 8.0 | 1000 | 1.1857 | 0.016 | 0.0025 |
|
63 |
+
| 1.0578 | 9.0 | 1125 | 1.1877 | 0.016 | 0.0031 |
|
64 |
+
| 1.0836 | 10.0 | 1250 | 1.1876 | 0.014 | 0.0011 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1072644840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90de22ebd1e40f2bb2e1bcf85e652de38972f761a2f404afc97e8b6700c3e7dd
|
3 |
size 1072644840
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:102cf84edc4c1d55a0ab848b682fbc2758f2fcb2295392d7a86c6c0a9eca31c7
|
3 |
size 5240
|