CoolFace
Modelpublic

Kuongan/xlm-roberta-base-kin-finetuned

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-kin-finetuned

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.3006
  • —F1: 0.3526
  • —Roc Auc: 0.6351
  • —Accuracy: 0.4226

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.34961.01040.34650.00.50.2899
0.31392.02080.32680.00.50.2899
0.31473.03120.30910.10870.55740.3022
0.29924.04160.30600.21370.59170.3661
0.27935.05200.30200.27650.60800.3931
0.26636.06240.30040.35180.63540.4201
0.25537.07280.31320.30300.61930.4079
0.23018.08320.30060.35260.63510.4226
0.21369.09360.30330.34370.63040.4201
0.194110.010400.32570.34030.63790.4177
0.166211.011440.32680.34540.63490.4103
0.164812.012480.33980.35120.63780.4201

Framework versions

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