Training completed!
Browse files- README.md +14 -12
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [vinai/phobert-base-v2](https://huggingface.co/vinai/phobert-base-v2) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,20 +44,22 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [vinai/phobert-base-v2](https://huggingface.co/vinai/phobert-base-v2) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6475
|
21 |
+
- Accuracy: 0.8416
|
22 |
+
- F1: 0.8422
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 10
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
+
| 0.5849 | 1.0 | 25 | 0.4385 | 0.8218 | 0.8225 |
|
54 |
+
| 0.3382 | 2.0 | 50 | 0.3785 | 0.8614 | 0.8599 |
|
55 |
+
| 0.1897 | 3.0 | 75 | 0.4339 | 0.8515 | 0.8511 |
|
56 |
+
| 0.1101 | 4.0 | 100 | 0.4626 | 0.8614 | 0.8599 |
|
57 |
+
| 0.0798 | 5.0 | 125 | 0.5006 | 0.8713 | 0.8703 |
|
58 |
+
| 0.0547 | 6.0 | 150 | 0.5670 | 0.8614 | 0.8614 |
|
59 |
+
| 0.034 | 7.0 | 175 | 0.5568 | 0.8812 | 0.8806 |
|
60 |
+
| 0.0121 | 8.0 | 200 | 0.6414 | 0.8317 | 0.8326 |
|
61 |
+
| 0.0207 | 9.0 | 225 | 0.6713 | 0.8416 | 0.8427 |
|
62 |
+
| 0.0203 | 10.0 | 250 | 0.6475 | 0.8416 | 0.8422 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 540068209
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8511396f9ea5184235dd616f8f03bb00371169732c46fca287c6c7ce39b5ce1
|
3 |
size 540068209
|
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:73494ef25fd4750f7db3c8f601fa2adece4cbce7b471d0e3d9a1dfecdb6bbf52
|
3 |
size 4027
|