distilbert-fa-augmented-WithTokens
This model was trained from scratch on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.3992
- Accuracy: 0.7854
- F1: 0.7794
- Precision: 0.7891
- Recall: 0.7810
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: 1e-05
- train_batch_size: 16
- eval_batch_size: 16
- 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: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|---|---|---|---|---|---|---|---|
| 0.2148 | 1.0 | 986 | 0.7294 | 0.7905 | 0.7896 | 0.7899 | 0.7894 |
| 0.1227 | 2.0 | 1972 | 0.9599 | 0.7974 | 0.7962 | 0.7960 | 0.7965 |
| 0.0694 | 3.0 | 2958 | 1.1498 | 0.7905 | 0.7904 | 0.7911 | 0.7901 |
| 0.0776 | 4.0 | 3944 | 1.3992 | 0.7854 | 0.7794 | 0.7891 | 0.7810 |
Framework versions
- Transformers 4.55.0
- Pytorch 2.6.0+cu124
- Datasets 4.0.0
- Tokenizers 0.21.4
- Downloads last month
- 1