duyduong9htv commited on
Commit
2ee6ffc
1 Parent(s): 8ae1aef

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [vinai/phobert-base](https://huggingface.co/vinai/phobert-base) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 1.4871
17
 
18
  ## Model description
19
 
@@ -38,18 +38,20 @@ The following hyperparameters were used during training:
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
- - num_epochs: 1
42
 
43
  ### Training results
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
- | 1.7567 | 1.0 | 1301 | 1.4871 |
 
 
48
 
49
 
50
  ### Framework versions
51
 
52
  - Transformers 4.23.0.dev0
53
  - Pytorch 1.12.1+cu113
54
- - Datasets 2.4.0
55
  - Tokenizers 0.12.1
 
13
 
14
  This model is a fine-tuned version of [vinai/phobert-base](https://huggingface.co/vinai/phobert-base) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 1.3719
17
 
18
  ## Model description
19
 
 
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 3
42
 
43
  ### Training results
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
+ | 1.4921 | 1.0 | 2022 | 1.3991 |
48
+ | 1.2229 | 2.0 | 4044 | 1.3336 |
49
+ | 1.0355 | 3.0 | 6066 | 1.3719 |
50
 
51
 
52
  ### Framework versions
53
 
54
  - Transformers 4.23.0.dev0
55
  - Pytorch 1.12.1+cu113
56
+ - Datasets 2.5.1
57
  - Tokenizers 0.12.1