cuongpp commited on
Commit
472ce09
·
verified ·
1 Parent(s): 0bf8f54

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -11
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.0130
18
- - F1 Micro: 0.7393
19
- - Recall Micro: 0.6664
20
- - Precision Micro: 0.8303
21
- - F1 Macro: 0.1848
22
- - Recall Macro: 0.1784
23
- - Precision Macro: 0.1936
24
 
25
  ## Model description
26
 
@@ -45,16 +45,14 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - num_epochs: 3
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | F1 Micro | Recall Micro | Precision Micro | F1 Macro | Recall Macro | Precision Macro |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------------:|:---------------:|:--------:|:------------:|:---------------:|
55
- | 0.0118 | 1.0 | 1492 | 0.0132 | 0.7380 | 0.6619 | 0.8340 | 0.1729 | 0.1706 | 0.1962 |
56
- | 0.0083 | 2.0 | 2984 | 0.0123 | 0.7412 | 0.6608 | 0.8438 | 0.1776 | 0.1630 | 0.1995 |
57
- | 0.0054 | 3.0 | 4476 | 0.0130 | 0.7393 | 0.6664 | 0.8303 | 0.1848 | 0.1784 | 0.1936 |
58
 
59
 
60
  ### 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.0125
18
+ - F1 Micro: 0.7420
19
+ - Recall Micro: 0.6752
20
+ - Precision Micro: 0.8234
21
+ - F1 Macro: 0.1574
22
+ - Recall Macro: 0.1447
23
+ - Precision Macro: 0.1833
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 1
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | F1 Micro | Recall Micro | Precision Micro | F1 Macro | Recall Macro | Precision Macro |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------------:|:---------------:|:--------:|:------------:|:---------------:|
55
+ | 0.018 | 1.0 | 1492 | 0.0125 | 0.7420 | 0.6752 | 0.8234 | 0.1574 | 0.1447 | 0.1833 |
 
 
56
 
57
 
58
  ### Framework versions