gpt-news-model
This model is a fine-tuned version of distilgpt2 on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.2976
- Accuracy: 0.88
- F1 Weighted: 0.8973
- F1 Macro: 0.6759
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: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 3
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Weighted | F1 Macro |
|---|---|---|---|---|---|---|
| 0.6022 | 1.0 | 150 | 0.4042 | 0.8975 | 0.9282 | 0.4444 |
| 0.3843 | 2.0 | 300 | 0.3697 | 0.905 | 0.9354 | 0.4543 |
| 0.3132 | 3.0 | 450 | 0.3321 | 0.905 | 0.9364 | 0.4563 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 1
Model tree for AashishAIHub/gpt-news-model
Base model
distilbert/distilgpt2