CoolFace
Modelpublic

nerdai/distilbert-base-uncased-distilled-clinc

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes53downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

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.2392
  • Accuracy: 0.94

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
  • trainbatchsize: 48
  • evalbatchsize: 48
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 7

Training results

Training LossEpochStepValidation LossAccuracy
No log1.03181.28610.7445
1.5562.06360.70190.8677
1.5563.09540.42890.9190
0.64534.012720.31330.9313
0.33145.015900.26540.9348
0.33146.019080.24480.9397
0.23937.022260.23920.94

Framework versions

  • Transformers 4.31.0
  • Pytorch 2.0.1+cu117
  • Datasets 1.16.1
  • Tokenizers 0.13.3