my_distilbert_model
This model is a fine-tuned version of distilbert/distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.5277
- Accuracy: 0.8085
- F1: 0.8079
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: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 30
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|---|---|---|---|---|---|
| 0.5918 | 1.0 | 250 | 0.5182 | 0.7555 | 0.7543 |
| 0.4722 | 2.0 | 500 | 0.4745 | 0.7755 | 0.7741 |
| 0.3969 | 3.0 | 750 | 0.4465 | 0.7977 | 0.7974 |
| 0.3443 | 4.0 | 1000 | 0.4528 | 0.7927 | 0.7905 |
| 0.2979 | 5.0 | 1250 | 0.4526 | 0.8077 | 0.8067 |
| 0.2596 | 6.0 | 1500 | 0.4662 | 0.807 | 0.8058 |
| 0.2309 | 7.0 | 1750 | 0.4844 | 0.808 | 0.8072 |
| 0.2079 | 8.0 | 2000 | 0.5277 | 0.8085 | 0.8079 |
Framework versions
- Transformers 4.48.3
- Pytorch 2.6.0+cu124
- Datasets 3.4.1
- Tokenizers 0.21.1
- Downloads last month
- -
Model tree for EGE6/my_distilbert_model
Base model
distilbert/distilbert-base-uncased