--- license: mit base_model: gpt2 tags: - generated_from_trainer model-index: - name: distilgpt2-CLM-DSM-NoOerlap results: [] --- # distilgpt2-CLM-DSM-NoOerlap This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset. It achieves the following results on the evaluation set: - Loss: 2.4813 ## 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: 2e-05 - 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: linear - num_epochs: 10 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 58 | 2.7538 | | No log | 2.0 | 116 | 2.6483 | | No log | 3.0 | 174 | 2.5928 | | No log | 4.0 | 232 | 2.5566 | | No log | 5.0 | 290 | 2.5312 | | No log | 6.0 | 348 | 2.5121 | | No log | 7.0 | 406 | 2.4979 | | No log | 8.0 | 464 | 2.4889 | | 2.6537 | 9.0 | 522 | 2.4830 | | 2.6537 | 10.0 | 580 | 2.4813 | ### Framework versions - Transformers 4.41.2 - Pytorch 2.2.1 - Datasets 2.19.2 - Tokenizers 0.19.1