CoolFace
Modelpublic

Fer1155453/xlnet-tass

sourceHugging Facemitupdated 2mo 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. -->

xlnet-tass

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: 1.0457
  • —F1 Macro: 0.5708
  • —F1 Weighted: 0.5706
  • —Accuracy: 0.5734

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: 1e-05
  • —trainbatchsize: 16
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 0.1
  • —num_epochs: 10

Training results

Training LossEpochStepValidation LossF1 MacroF1 WeightedAccuracy
1.11371.02411.09060.21360.24520.3933
1.10982.04821.06710.26550.29000.4225
1.01033.07230.97740.50430.50910.5297
0.93014.09641.02560.48250.48640.5172
0.89095.012050.93760.54450.54670.5609
0.79396.014460.93140.57980.58090.5838
0.74857.016870.98560.56310.56630.5817
0.65918.019280.93350.58620.58660.5848
0.61659.021690.98620.57530.57710.5817
0.515310.024101.04570.57080.57060.5734

Framework versions

  • —Transformers 5.13.1
  • —Pytorch 2.11.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.22.2