Kain17 commited on
Commit
bfec0c4
1 Parent(s): 225304b

End of training

Browse files
Files changed (2) hide show
  1. README.md +4 -7
  2. generation_config.json +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 6.7928
20
 
21
  ## Model description
22
 
@@ -43,18 +43,15 @@ The following hyperparameters were used during training:
43
  - total_train_batch_size: 64
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
- - num_epochs: 5
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:------:|:----:|:---------------:|
53
- | No log | 0.9655 | 7 | 7.2346 |
54
- | 6.9032 | 1.9310 | 14 | 7.0206 |
55
- | 6.1385 | 2.8966 | 21 | 6.8292 |
56
- | 6.1385 | 4.0 | 29 | 6.8003 |
57
- | 5.8596 | 4.8276 | 35 | 6.7928 |
58
 
59
 
60
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 7.6745
20
 
21
  ## Model description
22
 
 
43
  - total_train_batch_size: 64
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
+ - num_epochs: 2
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:------:|:----:|:---------------:|
53
+ | No log | 0.9655 | 7 | 8.0728 |
54
+ | 8.6453 | 1.9310 | 14 | 7.6745 |
 
 
 
55
 
56
 
57
  ### Framework versions
generation_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_from_model_config": true,
3
- "bos_token_id": 50256,
4
  "eos_token_id": "<|endoftext|>",
5
  "transformers_version": "4.44.2"
6
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 0,
4
  "eos_token_id": "<|endoftext|>",
5
  "transformers_version": "4.44.2"
6
  }