jhszptr commited on
Commit
f42b8a6
·
verified ·
1 Parent(s): f2ad564

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -44
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model was trained from scratch on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 3.0511
18
 
19
  ## Model description
20
 
@@ -33,55 +33,24 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 4e-05
37
- - train_batch_size: 12
38
- - eval_batch_size: 12
39
  - seed: 42
40
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
  - lr_scheduler_type: cosine
42
- - num_epochs: 3
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:------:|:----:|:---------------:|
48
- | 3.341 | 0.08 | 100 | 3.2488 |
49
- | 3.1192 | 0.16 | 200 | 3.1795 |
50
- | 3.0514 | 0.24 | 300 | 3.1372 |
51
- | 3.0135 | 0.32 | 400 | 3.1121 |
52
- | 2.9543 | 0.4 | 500 | 3.0921 |
53
- | 2.9889 | 0.48 | 600 | 3.0757 |
54
- | 2.8721 | 0.56 | 700 | 3.0619 |
55
- | 2.8771 | 0.64 | 800 | 3.0505 |
56
- | 2.8444 | 0.72 | 900 | 3.0402 |
57
- | 2.7972 | 0.8 | 1000 | 3.0302 |
58
- | 2.7936 | 0.88 | 1100 | 3.0244 |
59
- | 2.8006 | 0.96 | 1200 | 3.0151 |
60
- | 2.6007 | 1.04 | 1300 | 3.0296 |
61
- | 2.4391 | 1.12 | 1400 | 3.0369 |
62
- | 2.4741 | 1.2 | 1500 | 3.0313 |
63
- | 2.4998 | 1.28 | 1600 | 3.0313 |
64
- | 2.4442 | 1.3600 | 1700 | 3.0305 |
65
- | 2.5129 | 1.44 | 1800 | 3.0245 |
66
- | 2.4257 | 1.52 | 1900 | 3.0234 |
67
- | 2.4279 | 1.6 | 2000 | 3.0208 |
68
- | 2.4327 | 1.6800 | 2100 | 3.0196 |
69
- | 2.4375 | 1.76 | 2200 | 3.0167 |
70
- | 2.406 | 1.8400 | 2300 | 3.0164 |
71
- | 2.3819 | 1.92 | 2400 | 3.0140 |
72
- | 2.4157 | 2.0 | 2500 | 3.0126 |
73
- | 2.2551 | 2.08 | 2600 | 3.0426 |
74
- | 2.2469 | 2.16 | 2700 | 3.0473 |
75
- | 2.185 | 2.24 | 2800 | 3.0506 |
76
- | 2.2112 | 2.32 | 2900 | 3.0524 |
77
- | 2.2294 | 2.4 | 3000 | 3.0501 |
78
- | 2.2252 | 2.48 | 3100 | 3.0495 |
79
- | 2.2259 | 2.56 | 3200 | 3.0514 |
80
- | 2.2325 | 2.64 | 3300 | 3.0507 |
81
- | 2.2441 | 2.7200 | 3400 | 3.0508 |
82
- | 2.1913 | 2.8 | 3500 | 3.0512 |
83
- | 2.2303 | 2.88 | 3600 | 3.0511 |
84
- | 2.2099 | 2.96 | 3700 | 3.0511 |
85
 
86
 
87
  ### Framework versions
 
14
 
15
  This model was trained from scratch on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 3.7876
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 0.0005
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
  - lr_scheduler_type: cosine
42
+ - num_epochs: 2
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 2.9597 | 0.32 | 200 | 3.7846 |
49
+ | 2.9834 | 0.64 | 400 | 3.7458 |
50
+ | 2.8111 | 0.96 | 600 | 3.6531 |
51
+ | 1.6601 | 1.28 | 800 | 3.8347 |
52
+ | 1.439 | 1.6 | 1000 | 3.8058 |
53
+ | 1.3692 | 1.92 | 1200 | 3.7876 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions