<!-- 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. -->
cbt_guten_rarity_neg_log_rarity
This model is a fine-tuned version of gpt2 on the generator dataset. It achieves the following results on the evaluation set:
- Loss: 4.1146
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.3504 | 0.29 | 500 | 5.3411 |
5.0303 | 0.58 | 1000 | 4.9289 |
4.7121 | 0.87 | 1500 | 4.6855 |
4.4511 | 1.17 | 2000 | 4.5476 |
4.3014 | 1.46 | 2500 | 4.4314 |
4.1955 | 1.75 | 3000 | 4.3328 |
4.0822 | 2.04 | 3500 | 4.2592 |
3.9003 | 2.33 | 4000 | 4.2114 |
3.8655 | 2.62 | 4500 | 4.1524 |
3.8301 | 2.91 | 5000 | 4.1064 |
3.6497 | 3.21 | 5500 | 4.1041 |
3.5826 | 3.5 | 6000 | 4.0754 |
3.5724 | 3.79 | 6500 | 4.0452 |
3.494 | 4.08 | 7000 | 4.0400 |
3.32 | 4.37 | 7500 | 4.0387 |
3.3162 | 4.66 | 8000 | 4.0236 |
3.308 | 4.95 | 8500 | 4.0116 |
3.1671 | 5.24 | 9000 | 4.0252 |
3.1406 | 5.54 | 9500 | 4.0223 |
3.1323 | 5.83 | 10000 | 4.0221 |
Framework versions
- Transformers 4.26.1
- Pytorch 1.11.0+cu113
- Datasets 2.13.0
- Tokenizers 0.13.3