CoolFace
Modelpublic

Narkantak/Intent-classification-DeBERTa-model-Ashu

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes10downloads
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. -->

Intent-classification-DeBERTa-model-Ashu

This model is a fine-tuned version of microsoft/deberta-v3-base on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.2729
  • Accuracy: 0.9012

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: 10
  • evalbatchsize: 20
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 3

Training results

Training LossEpochStepValidation LossAccuracy
1.79720.15101.78000.1180
1.76650.31201.73640.1180
1.6220.46301.58600.5031
1.46390.62401.41450.5963
1.43430.77501.21460.6087
1.19320.92601.04790.6894
0.9871.08700.85190.8509
0.83411.23800.72150.8509
0.741.38900.59840.8820
0.74421.541000.52170.8820
0.55661.691100.44740.8882
0.48281.851200.39010.8820
0.46222.01300.34470.8944
0.42192.151400.33670.8820
0.34692.311500.32020.8882
0.28932.461600.30410.8820
0.37122.621700.29910.8882
0.33972.771800.28910.8820
0.31612.921900.28970.8944

Framework versions

  • Transformers 4.38.2
  • Pytorch 2.1.2
  • Datasets 2.1.0
  • Tokenizers 0.15.2