distilbert-base-uncased-distilled-clinc
This model is a fine-tuned version of distilbert-base-uncased on the clinc_oos dataset. It achieves the following results on the evaluation set:
- Loss: 0.0480
- Accuracy: 0.9358
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: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
Training results
Training Loss | Epoch | Step | Validation Loss | Accuracy |
---|---|---|---|---|
0.6591 | 1.0 | 318 | 0.3575 | 0.6732 |
0.2806 | 2.0 | 636 | 0.1534 | 0.8606 |
0.1519 | 3.0 | 954 | 0.0923 | 0.9077 |
0.1066 | 4.0 | 1272 | 0.0699 | 0.92 |
0.0859 | 5.0 | 1590 | 0.0600 | 0.9248 |
0.0755 | 6.0 | 1908 | 0.0545 | 0.9294 |
0.0691 | 7.0 | 2226 | 0.0515 | 0.9297 |
0.0652 | 8.0 | 2544 | 0.0495 | 0.9345 |
0.0628 | 9.0 | 2862 | 0.0484 | 0.9348 |
0.0618 | 10.0 | 3180 | 0.0480 | 0.9358 |
Framework versions
- Transformers 4.16.2
- Pytorch 2.1.0+cu121
- Datasets 1.16.1
- Tokenizers 0.15.1
- Downloads last month
- 7
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.