CoolFace
Modelpublic

pbruna/distilbert-base-uncased-finetuned-clinc

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes2downloads
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-finetuned-clinc

This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3223
  • —Accuracy: 0.9458

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

Training results

Training LossEpochStepValidation LossAccuracy
3.40541.03182.53650.7294
1.95742.06361.29980.8655
1.00873.09540.71070.9135
0.55844.012720.47840.9313
0.36155.015900.39180.9368
0.27316.019080.35600.9426
0.22817.022260.33390.9465
0.20398.025440.32950.9442
0.19269.028620.32290.9468
0.18610.031800.32230.9458

Framework versions

  • —Transformers 4.39.3
  • —Pytorch 2.3.0+cu121
  • —Datasets 2.19.1
  • —Tokenizers 0.15.2