ArmanAsq commited on
Commit
0cc17a4
1 Parent(s): 88ad281

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -5
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.5603
19
 
20
  ## Model description
21
 
@@ -40,16 +40,23 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 3
44
  - mixed_precision_training: Native AMP
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 91 | 2.6410 |
51
- | No log | 2.0 | 182 | 2.5742 |
52
- | No log | 3.0 | 273 | 2.5603 |
 
 
 
 
 
 
 
53
 
54
 
55
  ### 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.4049
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
  - mixed_precision_training: Native AMP
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 91 | 2.6265 |
51
+ | No log | 2.0 | 182 | 2.5381 |
52
+ | No log | 3.0 | 273 | 2.4948 |
53
+ | No log | 4.0 | 364 | 2.4634 |
54
+ | No log | 5.0 | 455 | 2.4436 |
55
+ | 2.6065 | 6.0 | 546 | 2.4276 |
56
+ | 2.6065 | 7.0 | 637 | 2.4176 |
57
+ | 2.6065 | 8.0 | 728 | 2.4103 |
58
+ | 2.6065 | 9.0 | 819 | 2.4061 |
59
+ | 2.6065 | 10.0 | 910 | 2.4049 |
60
 
61
 
62
  ### Framework versions