duyduong9htv commited on
Commit
ac6dce8
1 Parent(s): 490dd37

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
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.3501
17
 
18
  ## Model description
19
 
@@ -38,15 +38,16 @@ 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: 3
42
 
43
  ### Training results
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
- | 1.4876 | 1.0 | 2022 | 1.3762 |
48
- | 1.2088 | 2.0 | 4044 | 1.3017 |
49
- | 1.0174 | 3.0 | 6066 | 1.3501 |
 
50
 
51
 
52
  ### Framework versions
 
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.5288
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: 4
42
 
43
  ### Training results
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
+ | 1.6004 | 1.0 | 2027 | 1.5128 |
48
+ | 1.3018 | 2.0 | 4054 | 1.4657 |
49
+ | 1.1052 | 3.0 | 6081 | 1.4754 |
50
+ | 0.9502 | 4.0 | 8108 | 1.5288 |
51
 
52
 
53
  ### Framework versions