CoolFace
Modelpublic

team-nave/distilbert-base-uncased-distilled-clinc

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes7downloads
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.4175
  • —Accuracy: 0.9368

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

Training results

Training LossEpochStepValidation LossAccuracy
No log1.01593.35160.6652
3.42742.03182.28660.7848
3.42743.04771.50640.8545
1.63074.06361.02040.8971
1.63075.07950.74210.9177
0.76416.09540.58380.9258
0.76417.011130.49860.9306
0.44828.012720.44890.9365
0.44829.014310.42580.9368
0.344210.015900.41750.9368

Framework versions

  • —Transformers 4.11.3
  • —Pytorch 1.12.1
  • —Datasets 1.16.1
  • —Tokenizers 0.10.3