CoolFace
Modelpublic

optimum/MiniLMv2-L12-H384-distilled-finetuned-clinc

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes19downloads
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. -->

MiniLMv2-L12-H384-distilled-from-RoBERTa-Large-distilled-clinc

This model is a fine-tuned version of nreimers/MiniLMv2-L12-H384-distilled-from-RoBERTa-Large on the clinc_oos dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3479
  • —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: 0.0001
  • —trainbatchsize: 256
  • —evalbatchsize: 256
  • —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.0600.81710.2490
No log2.01200.70390.6568
No log3.01800.60670.7932
0.72694.02400.52700.8674
0.72695.03000.46590.9010
0.72696.03600.42010.9194
0.72697.04200.38670.9352
0.44268.04800.36490.9352
0.44269.05400.35200.9403
0.442610.06000.34790.94

Framework versions

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