distilBERT_wiki_small_SST-2
This model was trained from scratch on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.6963
- Accuracy: 0.4725
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: 512
- eval_batch_size: 32
- seed: 42
- optimizer: Use 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: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|
| No log | 1.0 | 132 | 0.6975 | 0.4782 |
| No log | 2.0 | 264 | 0.6966 | 0.4771 |
| No log | 3.0 | 396 | 0.6964 | 0.5 |
| 0.6829 | 4.0 | 528 | 0.6960 | 0.4989 |
| 0.6829 | 5.0 | 660 | 0.6963 | 0.4725 |
Framework versions
- Transformers 4.52.4
- Pytorch 2.7.1+cu126
- Datasets 3.6.0
- Tokenizers 0.21.1