<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->
distilbert-base-uncased-finetuned-char-v3
This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.3415
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: 256
- eval_batch_size: 256
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 11
Training results
Training Loss | Epoch | Step | Validation Loss |
---|---|---|---|
2.0288 | 0.59 | 500 | 1.7828 |
1.7498 | 1.18 | 1000 | 1.6659 |
1.6648 | 1.78 | 1500 | 1.5851 |
1.6142 | 2.37 | 2000 | 1.5636 |
1.5718 | 2.96 | 2500 | 1.5201 |
1.5465 | 3.55 | 3000 | 1.5058 |
1.5152 | 4.15 | 3500 | 1.4772 |
1.4982 | 4.74 | 4000 | 1.4416 |
1.4742 | 5.33 | 4500 | 1.4261 |
1.4635 | 5.92 | 5000 | 1.4156 |
1.4469 | 6.52 | 5500 | 1.3976 |
1.4328 | 7.11 | 6000 | 1.3905 |
1.4224 | 7.7 | 6500 | 1.3668 |
1.4186 | 8.29 | 7000 | 1.3765 |
1.4085 | 8.89 | 7500 | 1.3723 |
1.3983 | 9.48 | 8000 | 1.3666 |
1.3923 | 10.07 | 8500 | 1.3535 |
1.3976 | 10.66 | 9000 | 1.3459 |
Framework versions
- Transformers 4.31.0
- Pytorch 2.0.1+cu118
- Datasets 2.14.4
- Tokenizers 0.13.3