CoolFace
Modelpublic

Kuongan/CS221-xlnet-large-cased-finetuned-semeval

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes19downloads
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-xlnet-large-cased-finetuned-semeval

This model is a fine-tuned version of xlnet-large-cased on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.6440
  • —F1: 0.7846
  • —Roc Auc: 0.8368
  • —Accuracy: 0.4892

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: 16
  • —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.5771.01390.58320.45930.62620.1516
0.52742.02780.51710.49430.65060.1805
0.4293.04170.37250.72560.79270.4188
0.31464.05560.37350.74680.80890.4567
0.21925.06950.38460.76250.82160.4729
0.1676.08340.41370.75410.81260.4585
0.09547.09730.44140.76720.82220.4783
0.06688.011120.51050.76960.82710.4747
0.02999.012510.55730.76880.82630.4531
0.025810.013900.59100.77930.83660.4783
0.013211.015290.60080.77410.82980.4801
0.008212.016680.61080.77800.83400.4711
0.005413.018070.63860.78060.83560.4711
0.003314.019460.64290.77750.83250.4747
0.002515.020850.64640.77630.83140.4675
0.002816.022240.64400.78460.83680.4892
0.002917.023630.64550.78160.83440.4856
0.002918.025020.64960.77770.83160.4765
0.002319.026410.65000.78120.83470.4819

Framework versions

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