CoolFace
Modelpublic

Kuongan/CS221-bert-base-uncased-finetuned-semeval-NT-tir

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

CS221-bert-base-uncased-finetuned-semeval-NT-tir

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

  • —Loss: 0.4896
  • —F1: 0.5211
  • —Roc Auc: 0.7290
  • —Accuracy: 0.5611

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_steps: 100
  • —num_epochs: 20

Training results

Training LossEpochStepValidation LossF1Roc AucAccuracy
0.3391.03690.29440.20910.55790.5190
0.23262.07380.25620.40350.63210.5829
0.173.011070.27480.48520.68210.6005
0.12524.014760.31740.49540.72090.5285
0.09545.018450.35200.46690.67660.5774
0.03376.022140.39200.50910.72150.5516
0.01057.025830.41540.50540.70260.5883
0.04318.029520.44300.49250.70840.5516
0.00639.033210.46530.51640.71940.5870
0.003410.036900.47860.49600.70120.5761
0.005411.040590.48960.52110.72900.5611
0.002912.044280.51730.49540.70260.5734
0.002413.047970.51750.50580.70940.5720
0.001714.051660.52170.50260.70650.5734

Framework versions

  • —Transformers 4.47.1
  • —Pytorch 2.5.1+cu121
  • —Datasets 3.2.0
  • —Tokenizers 0.21.0