CoolFace
Modelpublic

nzm97/math_question_grade_detection_Bert_databalanced_v2

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

mathquestiongradedetectionBertdatabalancedv2

This model is a fine-tuned version of google-bert/bert-large-uncased on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.5945
  • Accuracy: 0.8127
  • Precision: 0.8116
  • Recall: 0.8127
  • F1: 0.8110

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: 16
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 32
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 200
  • training_steps: 1000
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
No log0.2817502.14060.16980.11830.16980.1327
No log0.56341001.88330.35400.33870.35400.2911
No log0.84511501.54650.43650.45800.43650.4060
No log1.12682001.29690.49370.49500.49370.4471
No log1.40852501.01460.61430.62530.61430.5906
No log1.69013000.87130.67780.67710.67780.6476
No log1.97183500.77400.70160.70000.70160.6896
No log2.25354000.77600.69680.70680.69680.6872
No log2.53524500.65790.76190.77260.76190.7590
1.27922.81695000.68720.74290.75710.74290.7418
1.27923.09865500.60730.76980.77830.76980.7700
1.27923.38036000.62970.77140.78400.77140.7718
1.27923.66206500.61600.77620.77640.77620.7731
1.27923.94377000.58950.81110.81470.81110.8110
1.27924.22547500.57170.81110.80870.81110.8089
1.27924.50708000.57670.80950.81260.80950.8083
1.27924.78878500.58980.80160.80290.80160.7995
1.27925.07049000.59080.81270.81430.81270.8115
1.27925.35219500.59720.81110.81360.81110.8102
0.3045.633810000.59450.81270.81160.81270.8110

Framework versions

  • Transformers 4.46.3
  • Pytorch 2.4.0
  • Datasets 3.1.0
  • Tokenizers 0.20.3