CoolFace
Modelpublic

nguyenkhoa2407/favs_sort_classification_v2

sourceHugging Faceapache-2.0updated 4y 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. -->

favssortclassification_v2

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

  • —Loss: 0.1553
  • —F1: 0.9801
  • —Roc Auc: 0.9805
  • —Accuracy: 0.8966

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

Training results

Training LossEpochStepValidation LossF1Roc AucAccuracy
0.55891.0210.53250.48150.65850.0345
0.46212.0420.44650.52250.67800.0
0.41443.0630.41310.59500.71720.0345
0.36694.0840.37930.61670.72790.0345
0.35245.01050.34550.68800.76890.0690
0.29876.01260.30860.81160.85330.4138
0.27347.01470.27670.83920.87720.5172
0.25328.01680.24830.84720.88370.5172
0.21669.01890.22850.87070.90320.5862
0.1910.02100.20120.94590.95250.7586
0.183311.02310.18560.95300.95900.7931
0.175112.02520.17480.95950.96100.7931
0.17313.02730.16330.94670.95690.7931
0.1614.02940.15530.98010.98050.8966
0.139615.03150.15030.97330.97400.8621
0.146716.03360.14170.97370.97850.8621
0.127117.03570.13800.96690.97200.8621
0.122818.03780.13460.96690.97200.8621
0.125719.03990.13080.98010.98050.8966
0.115620.04200.12800.98010.98050.8966
0.124221.04410.12500.98010.98050.8966
0.114622.04620.12360.98010.98050.8966
0.126223.04830.12280.98010.98050.8966
0.126824.05040.12270.98010.98050.8966
0.113325.05250.12240.98010.98050.8966

Framework versions

  • —Transformers 4.21.1
  • —Pytorch 1.12.1
  • —Datasets 2.4.0
  • —Tokenizers 0.12.1