Instructions to use FarhanAmin0068/resultsdistil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FarhanAmin0068/resultsdistil with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="FarhanAmin0068/resultsdistil")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("FarhanAmin0068/resultsdistil") model = AutoModelForSequenceClassification.from_pretrained("FarhanAmin0068/resultsdistil", device_map="auto") - Notebooks
- Google Colab
- Kaggle
resultsdistil
This model is a fine-tuned version of distilbert/distilbert-base-multilingual-cased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.6931
- Precision: 0.6883
- Recall: 0.6308
- Accuracy: 0.7767
- F1: 0.6456
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: 32
- 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
- lr_scheduler_warmup_steps: 300
- num_epochs: 10
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Accuracy | F1 |
|---|---|---|---|---|---|---|---|
| 0.545 | 1.0 | 132 | 0.5802 | 0.6413 | 0.6805 | 0.6974 | 0.6450 |
| 0.3857 | 2.0 | 264 | 0.6142 | 0.6763 | 0.7051 | 0.7493 | 0.6858 |
| 0.268 | 3.0 | 396 | 0.7197 | 0.6896 | 0.6598 | 0.7767 | 0.6708 |
| 0.1843 | 4.0 | 528 | 0.9654 | 0.6721 | 0.6555 | 0.7640 | 0.6624 |
| 0.0497 | 5.0 | 660 | 1.2638 | 0.6735 | 0.6513 | 0.7659 | 0.6599 |
| 0.0613 | 6.0 | 792 | 1.4175 | 0.7362 | 0.6478 | 0.7982 | 0.6683 |
| 0.021 | 7.0 | 924 | 1.5234 | 0.7203 | 0.6282 | 0.7894 | 0.6459 |
| 0.0112 | 8.0 | 1056 | 1.7223 | 0.7164 | 0.6241 | 0.7875 | 0.6411 |
| 0.0187 | 9.0 | 1188 | 1.6372 | 0.6794 | 0.6345 | 0.7718 | 0.6477 |
| 0.0009 | 10.0 | 1320 | 1.6931 | 0.6883 | 0.6308 | 0.7767 | 0.6456 |
Framework versions
- Transformers 4.47.0
- Pytorch 2.5.1+cu121
- Datasets 3.3.1
- Tokenizers 0.21.0
- Downloads last month
- 3