lengocquangLAB commited on
Commit
d45003d
·
verified ·
1 Parent(s): 5fdc275

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [T5-small](https://huggingface.co/T5-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0076
20
- - Quadruple Accuracy: 0.2846
21
 
22
  ## Model description
23
 
@@ -42,18 +42,23 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
  - lr_scheduler_type: linear
45
- - num_epochs: 5
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Quadruple Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:------------------:|
52
- | 0.0553 | 1.0 | 468 | 0.0204 | 0.0030 |
53
- | 0.0145 | 2.0 | 936 | 0.0101 | 0.2372 |
54
- | 0.0202 | 3.0 | 1404 | 0.0083 | 0.2283 |
55
- | 0.0142 | 4.0 | 1872 | 0.0077 | 0.2628 |
56
- | 0.0135 | 5.0 | 2340 | 0.0076 | 0.2846 |
 
 
 
 
 
57
 
58
 
59
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [T5-small](https://huggingface.co/T5-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0065
20
+ - Quadruple Accuracy: 0.3182
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Quadruple Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:------------------:|
52
+ | 0.0528 | 1.0 | 468 | 0.0192 | 0.0138 |
53
+ | 0.0133 | 2.0 | 936 | 0.0091 | 0.2658 |
54
+ | 0.0169 | 3.0 | 1404 | 0.0077 | 0.2579 |
55
+ | 0.0115 | 4.0 | 1872 | 0.0072 | 0.2885 |
56
+ | 0.0104 | 5.0 | 2340 | 0.0069 | 0.3211 |
57
+ | 0.0078 | 6.0 | 2808 | 0.0067 | 0.3211 |
58
+ | 0.0094 | 7.0 | 3276 | 0.0066 | 0.3142 |
59
+ | 0.0072 | 8.0 | 3744 | 0.0065 | 0.3113 |
60
+ | 0.0084 | 9.0 | 4212 | 0.0065 | 0.3152 |
61
+ | 0.0064 | 10.0 | 4680 | 0.0065 | 0.3182 |
62
 
63
 
64
  ### Framework versions