CoolFace
Modelpublic

gokuls/bert-uncased-massive-intent-classification

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes15downloads
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. -->

bert-uncased-massive-intent-classification

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

  • Loss: 0.8396
  • Accuracy: 0.8854

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: 5e-05
  • trainbatchsize: 16
  • evalbatchsize: 16
  • seed: 33
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 15
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
1.49841.07200.64020.8495
0.43762.014400.53940.8731
0.23183.021600.59030.8760
0.14144.028800.62210.8805
0.0875.036000.70720.8819
0.06226.043200.71210.8819
0.0367.050400.77500.8805
0.02348.057600.77670.8834
0.01579.064800.82430.8805
0.012210.072000.81980.8839
0.009211.079200.81050.8849
0.004712.086400.85610.8844
0.003813.093600.83670.8815
0.002914.0100800.83960.8854
0.001415.0108000.84100.8849

Framework versions

  • Transformers 4.22.1
  • Pytorch 1.12.1+cu113
  • Datasets 2.4.0
  • Tokenizers 0.12.1