CoolFace
Modelpublic

ankitb10/question_classification_model

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

questionclassificationmodel

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

  • —Loss: 0.0141
  • —Accuracy: 1.0

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

Training results

Training LossEpochStepValidation LossAccuracy
1.06440.551.19730.0
1.17681.0101.10030.0
1.03881.5150.93961.0
0.97092.0200.82351.0
1.01932.5250.70881.0
0.79453.0300.57351.0
0.94313.5350.48121.0
0.70914.0400.40831.0
0.79014.5450.37731.0
0.70495.0500.28751.0
0.57575.5550.26081.0
0.65036.0600.27521.0
0.61576.5650.22881.0
0.40127.0700.15771.0
0.57817.5750.12941.0
0.25768.0800.10471.0
0.51078.5850.08421.0
0.15169.0900.07111.0
0.26499.5950.05811.0
0.285510.01000.04851.0
0.223210.51050.04011.0
0.221311.01100.03441.0
0.280911.51150.02991.0
0.088912.01200.02681.0
0.093312.51250.02441.0
0.254313.01300.02251.0
0.144613.51350.02041.0
0.256514.01400.01881.0
0.134714.51450.01791.0
0.146415.01500.01721.0
0.036515.51550.01651.0
0.271116.01600.01591.0
0.188916.51650.01551.0
0.033617.01700.01521.0
0.171217.51750.01491.0
0.036618.01800.01461.0
0.181918.51850.01441.0
0.035319.01900.01421.0
0.09219.51950.01421.0
0.099120.02000.01411.0

Framework versions

  • —Transformers 4.40.0
  • —Pytorch 2.2.2
  • —Datasets 2.19.1
  • —Tokenizers 0.19.1