affa81c48161428ce12841013dcda22124e9c5b9
Model: UaKidDev/distilgpt2-chatbot Source: Original Platform
library_name, license, base_model, tags, model-index
| library_name | license | base_model | tags | model-index | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| transformers | apache-2.0 | distilgpt2 |
|
|
distilgpt2-chatbot
This model is a fine-tuned version of distilgpt2 on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0736
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: 5e-05
- train_batch_size: 8
- eval_batch_size: 8
- 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
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.0822 | 1.0 | 563 | 0.0756 |
| 0.0795 | 2.0 | 1126 | 0.0739 |
| 0.0765 | 3.0 | 1689 | 0.0736 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.8.5
- Tokenizers 0.22.2
Description