CoolFace
Modelpublic

Kuongan/xlm-roberta-base-swe-noaug

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. -->

xlm-roberta-base-swe-noaug

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.2271
  • —F1: 0.4400
  • —Roc Auc: 0.6969
  • —Accuracy: 0.655

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.67291.0380.56270.05170.50730.145
0.51012.0760.36660.04670.51360.35
0.36743.01140.27070.15360.56640.595
0.28584.01520.23980.34240.64750.63
0.24835.01900.24250.33470.63900.635
0.21976.02280.21500.36980.67250.65
0.20637.02660.22760.33430.64030.645
0.18948.03040.22710.44000.69690.655
0.17969.03420.22070.42730.68510.645
0.162810.03800.23190.42110.68000.65
0.159711.04180.23080.43990.69170.655
0.16412.04560.22920.42690.68940.645

Framework versions

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