Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use devleoespinosa/distilbert-base-uncased-distilled-clinc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devleoespinosa/distilbert-base-uncased-distilled-clinc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="devleoespinosa/distilbert-base-uncased-distilled-clinc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("devleoespinosa/distilbert-base-uncased-distilled-clinc") model = AutoModelForSequenceClassification.from_pretrained("devleoespinosa/distilbert-base-uncased-distilled-clinc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
distilbert-base-uncased-distilled-clinc
This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.3346
- Accuracy: 0.9458
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: 48
- eval_batch_size: 48
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 318 | 2.2012 | 0.7203 |
| 2.6062 | 2.0 | 636 | 1.1255 | 0.8626 |
| 2.6062 | 3.0 | 954 | 0.6411 | 0.9074 |
| 1.001 | 4.0 | 1272 | 0.4610 | 0.9303 |
| 0.4453 | 5.0 | 1590 | 0.3916 | 0.9413 |
| 0.4453 | 6.0 | 1908 | 0.3632 | 0.9432 |
| 0.2991 | 7.0 | 2226 | 0.3476 | 0.9448 |
| 0.251 | 8.0 | 2544 | 0.3412 | 0.9445 |
| 0.251 | 9.0 | 2862 | 0.3354 | 0.9452 |
| 0.2334 | 10.0 | 3180 | 0.3346 | 0.9458 |
Framework versions
- Transformers 4.50.2
- Pytorch 2.6.0+cu124
- Tokenizers 0.21.1
- Downloads last month
- 2
Model tree for devleoespinosa/distilbert-base-uncased-distilled-clinc
Base model
distilbert/distilbert-base-uncased