CoolFace
Modelpublic

Kuongan/cs221-xlnet-large-cased-eng-pt

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes18downloads
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-eng-pt

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

  • —Loss: 0.5460
  • —F1: 0.7566
  • —Roc Auc: 0.8089
  • —Accuracy: 0.4828

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: 32
  • —evalbatchsize: 32
  • —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.58891.0870.58730.14080.50.1207
0.47072.01740.41590.65120.73040.3966
0.36483.02610.36710.65500.75720.4483
0.26754.03480.36920.70850.77790.4397
0.19295.04350.38210.70770.77810.4483
0.14076.05220.45730.70870.77530.4224
0.0977.06090.44980.73920.80050.4569
0.06038.06960.46550.73960.80020.4483
0.04559.07830.48330.74720.80750.4483
0.027710.08700.53660.73380.79720.4655
0.025411.09570.54520.74290.80510.4569
0.013812.010440.56680.74600.80620.4655
0.012813.011310.54600.75660.80890.4828
0.007214.012180.58750.75510.81170.4828
0.005815.013050.60710.74740.80380.4655
0.006416.013920.59520.75310.81200.4828
0.00517.014790.59760.74680.80410.4655

Framework versions

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