metadata
license: apache-2.0
base_model: distilbert-base-uncased
tags:
- generated_from_trainer
datasets:
- clinc_oos
metrics:
- accuracy
model-index:
- name: distilbert-base-uncased-distilled-clinc
results:
- task:
name: Text Classification
type: text-classification
dataset:
name: clinc_oos
type: clinc_oos
config: plus
split: validation
args: plus
metrics:
- name: Accuracy
type: accuracy
value: 0.9474193548387096
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.2003
- Accuracy: 0.9474
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 |
---|---|---|---|---|
1.8764 | 1.0 | 318 | 1.3328 | 0.7384 |
1.0409 | 2.0 | 636 | 0.6979 | 0.8694 |
0.5693 | 3.0 | 954 | 0.4069 | 0.9223 |
0.3467 | 4.0 | 1272 | 0.2874 | 0.9381 |
0.2464 | 5.0 | 1590 | 0.2394 | 0.9432 |
0.2005 | 6.0 | 1908 | 0.2196 | 0.9455 |
0.1785 | 7.0 | 2226 | 0.2109 | 0.9468 |
0.166 | 8.0 | 2544 | 0.2039 | 0.9487 |
0.1596 | 9.0 | 2862 | 0.2017 | 0.9484 |
0.1561 | 10.0 | 3180 | 0.2003 | 0.9474 |
Framework versions
- Transformers 4.33.3
- Pytorch 2.0.1+cu118
- Datasets 2.14.5
- Tokenizers 0.13.3