distilbert-base-multilingual-cased-v2
This model is a fine-tuned version of distilbert-base-multilingual-cased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.0237
- Accuracy: 0.7469
- F1: 0.6633
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: 8
- eval_batch_size: 8
- seed: 42
- 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 |
|---|---|---|---|---|---|
| 0.269 | 1.0 | 116 | 0.1985 | 0.7056 | 0.6182 |
| 0.0628 | 2.0 | 232 | 0.0520 | 0.7279 | 0.6441 |
| 0.0185 | 3.0 | 348 | 0.0242 | 0.7334 | 0.6496 |
| 0.0104 | 4.0 | 464 | 0.0269 | 0.7335 | 0.6491 |
| 0.0086 | 5.0 | 580 | 0.0233 | 0.7333 | 0.6490 |
Framework versions
- Transformers 4.44.2
- Pytorch 2.6.0+cu126
- Datasets 3.3.2
- Tokenizers 0.19.1
- Downloads last month
- 1