ArmanAsq commited on
Commit
07de346
1 Parent(s): a01e166

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 2.4500
19
 
20
  ## Model description
21
 
@@ -35,8 +35,8 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
- - train_batch_size: 8
39
- - eval_batch_size: 4
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
@@ -47,16 +47,16 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 84 | 2.6146 |
51
- | No log | 2.0 | 168 | 2.5488 |
52
- | No log | 3.0 | 252 | 2.5136 |
53
- | No log | 4.0 | 336 | 2.4924 |
54
- | No log | 5.0 | 420 | 2.4777 |
55
- | 2.6089 | 6.0 | 504 | 2.4665 |
56
- | 2.6089 | 7.0 | 588 | 2.4599 |
57
- | 2.6089 | 8.0 | 672 | 2.4540 |
58
- | 2.6089 | 9.0 | 756 | 2.4509 |
59
- | 2.6089 | 10.0 | 840 | 2.4500 |
60
 
61
 
62
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 2.4813
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
+ - train_batch_size: 64
39
+ - eval_batch_size: 64
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 58 | 2.7538 |
51
+ | No log | 2.0 | 116 | 2.6483 |
52
+ | No log | 3.0 | 174 | 2.5928 |
53
+ | No log | 4.0 | 232 | 2.5566 |
54
+ | No log | 5.0 | 290 | 2.5312 |
55
+ | No log | 6.0 | 348 | 2.5121 |
56
+ | No log | 7.0 | 406 | 2.4979 |
57
+ | No log | 8.0 | 464 | 2.4889 |
58
+ | 2.6537 | 9.0 | 522 | 2.4830 |
59
+ | 2.6537 | 10.0 | 580 | 2.4813 |
60
 
61
 
62
  ### Framework versions