cuongpp commited on
Commit
21f0833
1 Parent(s): ef97282

End of training

Browse files
README.md CHANGED
@@ -14,13 +14,13 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [vinai/bartpho-word-base](https://huggingface.co/vinai/bartpho-word-base) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.0244
18
- - F1 Micro: 0.7951
19
- - Recall Micro: 0.7948
20
- - Precision Micro: 0.7954
21
- - F1 Macro: 0.5879
22
- - Recall Macro: 0.6260
23
- - Precision Macro: 0.5898
24
 
25
  ## Model description
26
 
@@ -47,17 +47,22 @@ The following hyperparameters were used during training:
47
  - total_train_batch_size: 32
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 5
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | F1 Micro | Recall Micro | Precision Micro | F1 Macro | Recall Macro | Precision Macro |
55
  |:-------------:|:------:|:----:|:---------------:|:--------:|:------------:|:---------------:|:--------:|:------------:|:---------------:|
56
- | No log | 0.9987 | 393 | 0.0279 | 0.7863 | 0.8013 | 0.7719 | 0.4822 | 0.5178 | 0.5229 |
57
- | 0.1583 | 2.0 | 787 | 0.0262 | 0.7742 | 0.7654 | 0.7832 | 0.5473 | 0.6047 | 0.5268 |
58
- | 0.0243 | 2.9987 | 1180 | 0.0238 | 0.7997 | 0.8058 | 0.7937 | 0.5581 | 0.5740 | 0.6036 |
59
- | 0.0191 | 4.0 | 1574 | 0.0234 | 0.8045 | 0.8061 | 0.8030 | 0.5668 | 0.5815 | 0.6041 |
60
- | 0.0191 | 4.9936 | 1965 | 0.0244 | 0.7951 | 0.7948 | 0.7954 | 0.5879 | 0.6260 | 0.5898 |
 
 
 
 
 
61
 
62
 
63
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [vinai/bartpho-word-base](https://huggingface.co/vinai/bartpho-word-base) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0296
18
+ - F1 Micro: 0.8132
19
+ - Recall Micro: 0.8123
20
+ - Precision Micro: 0.8142
21
+ - F1 Macro: 0.5908
22
+ - Recall Macro: 0.6258
23
+ - Precision Macro: 0.5885
24
 
25
  ## Model description
26
 
 
47
  - total_train_batch_size: 32
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | F1 Micro | Recall Micro | Precision Micro | F1 Macro | Recall Macro | Precision Macro |
55
  |:-------------:|:------:|:----:|:---------------:|:--------:|:------------:|:---------------:|:--------:|:------------:|:---------------:|
56
+ | No log | 0.9987 | 393 | 0.0272 | 0.788 | 0.7979 | 0.7783 | 0.4634 | 0.4821 | 0.5358 |
57
+ | 0.155 | 2.0 | 787 | 0.0260 | 0.7757 | 0.7633 | 0.7885 | 0.5149 | 0.5538 | 0.5169 |
58
+ | 0.0248 | 2.9987 | 1180 | 0.0248 | 0.7874 | 0.7887 | 0.7861 | 0.5407 | 0.5681 | 0.5688 |
59
+ | 0.0197 | 4.0 | 1574 | 0.0237 | 0.8067 | 0.8191 | 0.7948 | 0.5628 | 0.5908 | 0.5900 |
60
+ | 0.0197 | 4.9987 | 1967 | 0.0240 | 0.8061 | 0.8049 | 0.8073 | 0.5601 | 0.5593 | 0.5880 |
61
+ | 0.0158 | 6.0 | 2361 | 0.0269 | 0.7982 | 0.8027 | 0.7937 | 0.5866 | 0.6815 | 0.5364 |
62
+ | 0.0121 | 6.9987 | 2754 | 0.0268 | 0.8132 | 0.8123 | 0.8140 | 0.5979 | 0.6077 | 0.6182 |
63
+ | 0.0097 | 8.0 | 3148 | 0.0279 | 0.8184 | 0.8200 | 0.8169 | 0.5908 | 0.6050 | 0.6037 |
64
+ | 0.0082 | 8.9987 | 3541 | 0.0288 | 0.8129 | 0.8114 | 0.8144 | 0.5895 | 0.6285 | 0.5846 |
65
+ | 0.0082 | 9.9873 | 3930 | 0.0296 | 0.8132 | 0.8123 | 0.8142 | 0.5908 | 0.6258 | 0.5885 |
66
 
67
 
68
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ef4fbd1ed4dea99b4ac8837cab579abff47a284b43e1e30e92c84c2b2cc48f5
3
  size 600177236
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed450a938d5f4c2b11ac94939cf3b19d48091b84e04b8b874a667dc0f4cc1b9
3
  size 600177236
runs/Jul04_10-01-50_f90f114bcace/events.out.tfevents.1720087424.f90f114bcace.451.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2053be3f9019481eb88130a3de2f2557b84bac05e38db9e977d5cd1246e8b48d
3
- size 12214
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9523bcaaba1c6dd757c8bb3368ead6cd42174a282bfaf4b71e50adb67a352c
3
+ size 13173