CoolFace
Modelpublic

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

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

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

  • —Loss: 0.4513
  • —F1: 0.7471
  • —Roc Auc: 0.8111
  • —Accuracy: 0.4224

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.50531.01390.50250.60250.70580.2365
0.42172.02780.41160.68780.76530.3646
0.35933.04170.39840.72420.79320.4134
0.25934.05560.41470.72020.78920.4097
0.18935.06950.45440.72040.79110.3899
0.14296.08340.45130.74710.81110.4224
0.12067.09730.49090.73170.79770.4242
0.09998.011120.53130.73360.80060.4116
0.05259.012510.54180.74130.80510.4296

Framework versions

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