CoolFace
Modelpublic

Kuongan/CS221-xlm-roberta-base-finetuned-tir

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-xlm-roberta-base-finetuned-tir

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

  • —Loss: 0.3832
  • —F1: 0.4195
  • —Roc Auc: 0.6710
  • —Accuracy: 0.4739

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Use OptimizerNames.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.40431.04610.39290.00.50.2182
0.35342.09220.37720.07060.51580.2899
0.33013.013830.34250.21580.58570.3811
0.33694.018440.33530.25000.59340.4088
0.29645.023050.32930.31160.61490.4267
0.286.027660.35180.28090.61730.3844
0.3027.032270.33660.33660.63270.4300
0.27068.036880.34000.34230.63230.4414
0.23599.041490.35940.39980.65460.4544
0.273910.046100.38110.39000.65730.4463
0.244211.050710.38320.41950.67100.4739
0.130712.055320.39860.39450.65820.4723
0.175413.059930.39650.41350.66730.4642
0.157614.064540.40980.41820.66550.4446

Framework versions

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