CoolFace
Modelpublic

Kuongan/xlm-roberta-base-ron-noaug

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes8downloads
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-ron-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.3293
  • —F1: 0.7166
  • —Roc Auc: 0.8116
  • —Accuracy: 0.4390

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.69181.0390.62120.10530.48120.0813
0.60672.0780.48920.32050.62310.3415
0.48073.01170.40980.52790.72060.3577
0.41934.01560.37890.54050.72700.3902
0.37595.01950.35400.63250.78170.4065
0.34226.02340.37200.60450.74900.3984
0.30687.02730.32930.71660.81160.4390
0.2888.03120.36640.66610.77400.4472
0.26919.03510.36920.68290.78340.4228
0.240710.03900.36930.66550.77120.4146
0.229511.04290.35070.70500.80170.4472

Framework versions

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