CoolFace
Modelpublic

sercetexam9/cs221-xlnet-large-cased-eng-finetuned-remove-neutral-20-epochs

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes5downloads
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-finetuned-remove-neutral-20-epochs

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.4332
  • —F1: 0.78
  • —Roc Auc: 0.8345
  • —Accuracy: 0.4901

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.59921.0640.57780.47280.63310.1897
0.55342.01280.48960.65570.74090.3004
0.42783.01920.41410.71920.78930.3775
0.3574.02560.42150.71120.78180.4209
0.28325.03200.38390.76440.82580.4289
0.21426.03840.37460.77450.82930.4881
0.16257.04480.43570.77040.82690.4763
0.11698.05120.43320.780.83450.4901
0.08059.05760.51320.77140.83200.4526
0.062410.06400.49890.77350.82980.4625
0.050911.07040.52050.77360.83150.4644
0.029412.07680.52890.77670.83220.4763

Framework versions

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