CoolFace
Modelpublic

yuashi/voiceassistant-intent-bert-lora

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes12downloads
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. -->

voiceassistant-intent-bert-lora

This model is a fine-tuned version of bert-base-cased on clinc_oos dataset. It achieves the following results on the evaluation set:

  • Loss: 0.4182
  • Accuracy: 0.9081
  • F1 Macro: 0.9130

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.0003
  • trainbatchsize: 32
  • evalbatchsize: 64
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 10
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1 Macro
No log1.04772.46940.47480.4208
3.71332.09541.31830.71810.7047
1.78053.014310.86590.80520.8030
1.00984.019080.67680.84610.8478
0.67745.023850.56190.87260.8758
0.50356.028620.49990.88810.8908
0.39527.033390.46200.89550.9007
0.31628.038160.43960.90060.9056
0.27969.042930.42500.90870.9134
0.26110.047700.41820.90810.9130

Framework versions

  • PEFT 0.12.0
  • Transformers 4.44.2
  • Pytorch 2.13.0+cu126
  • Datasets 2.21.0
  • Tokenizers 0.19.1