<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->
all-base-guten-no-modified2
This model is a fine-tuned version of gpt2 on the generator dataset. It achieves the following results on the evaluation set:
- Loss: 4.0376
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0005
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- lr_scheduler_warmup_steps: 1000
- num_epochs: 6
- mixed_precision_training: Native AMP
Training results
Training Loss | Epoch | Step | Validation Loss |
---|---|---|---|
6.3448 | 0.29 | 500 | 5.3150 |
5.0334 | 0.58 | 1000 | 4.8992 |
4.6981 | 0.87 | 1500 | 4.6492 |
4.4343 | 1.16 | 2000 | 4.5061 |
4.2906 | 1.45 | 2500 | 4.3906 |
4.1854 | 1.74 | 3000 | 4.2934 |
4.091 | 2.02 | 3500 | 4.2130 |
3.8795 | 2.31 | 4000 | 4.1734 |
3.8588 | 2.6 | 4500 | 4.1163 |
3.8193 | 2.89 | 5000 | 4.0649 |
3.6463 | 3.18 | 5500 | 4.0558 |
3.5729 | 3.47 | 6000 | 4.0255 |
3.5598 | 3.76 | 6500 | 3.9956 |
3.4983 | 4.05 | 7000 | 3.9838 |
3.3008 | 4.34 | 7500 | 3.9838 |
3.3004 | 4.63 | 8000 | 3.9691 |
3.2869 | 4.92 | 8500 | 3.9555 |
3.1674 | 5.21 | 9000 | 3.9658 |
3.1176 | 5.49 | 9500 | 3.9652 |
3.1167 | 5.78 | 10000 | 3.9642 |
Framework versions
- Transformers 4.26.1
- Pytorch 1.11.0+cu113
- Datasets 2.13.0
- Tokenizers 0.13.3