distilbert-base-multilingual-cased-v6
This model is a fine-tuned version of distilbert-base-multilingual-cased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0244
- Accuracy: 0.9777
- F1: 0.9777
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: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 32
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|---|---|---|---|---|---|
| 1.9372 | 0.9877 | 40 | 1.2573 | 0.5024 | 0.4835 |
| 0.1953 | 2.0 | 81 | 0.1238 | 0.8908 | 0.8909 |
| 0.0609 | 2.9877 | 121 | 0.0667 | 0.9299 | 0.9299 |
| 0.0303 | 4.0 | 162 | 0.0474 | 0.9794 | 0.9793 |
| 0.0213 | 4.9383 | 200 | 0.0466 | 0.9744 | 0.9743 |
Framework versions
- Transformers 4.44.2
- Pytorch 2.6.0+cu126
- Datasets 3.3.2
- Tokenizers 0.19.1
- Downloads last month
- 1