Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use AdeshJha1101/it-support-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdeshJha1101/it-support-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AdeshJha1101/it-support-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AdeshJha1101/it-support-model") model = AutoModelForSequenceClassification.from_pretrained("AdeshJha1101/it-support-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
it-support-model
This model is a fine-tuned version of distilbert/distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.2334
- Accuracy: 0.4
- Precision: 0.4667
- Recall: 0.4
- F1: 0.3667
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: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 3 | 1.3787 | 0.2 | 0.04 | 0.2 | 0.0667 |
| 1.3838 | 2.0 | 6 | 1.3656 | 0.4 | 0.45 | 0.4 | 0.3467 |
| 1.3838 | 3.0 | 9 | 1.3498 | 0.6 | 0.6 | 0.6 | 0.5333 |
| 1.3377 | 4.0 | 12 | 1.3305 | 0.4 | 0.45 | 0.4 | 0.3467 |
| 1.2441 | 5.0 | 15 | 1.3096 | 0.4 | 0.45 | 0.4 | 0.3467 |
| 1.2441 | 6.0 | 18 | 1.2867 | 0.4 | 0.45 | 0.4 | 0.3467 |
| 1.1527 | 7.0 | 21 | 1.2664 | 0.4 | 0.4667 | 0.4 | 0.3667 |
| 1.1527 | 8.0 | 24 | 1.2494 | 0.4 | 0.4667 | 0.4 | 0.3667 |
| 1.1418 | 9.0 | 27 | 1.2380 | 0.4 | 0.4667 | 0.4 | 0.3667 |
| 1.0683 | 10.0 | 30 | 1.2334 | 0.4 | 0.4667 | 0.4 | 0.3667 |
Framework versions
- Transformers 5.17.0
- Pytorch 2.11.0+cu128
- Datasets 5.0.1
- Tokenizers 0.23.1
- Downloads last month
- 15
Model tree for AdeshJha1101/it-support-model
Base model
distilbert/distilbert-base-uncased