CoolFace
Modelpublic

HrayrM/distilbert-base-uncased-distilled-clinc

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

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: 8

Training results

Training LossEpochStepValidation LossAccuracy
3.02281.03182.25450.7548
1.76052.06361.20400.8513
0.9593.09540.69100.9123
0.57074.012720.48210.9294
0.38775.015900.38900.9394
0.30256.019080.34760.9410
0.2587.022260.32640.9432
0.23848.025440.32090.9429

Framework versions

  • —Transformers 4.13.0
  • —Pytorch 1.10.0
  • —Datasets 2.2.2
  • —Tokenizers 0.10.3