CoolFace
Modelpublic

semindan/paws_x_xlm_r_only_en

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes13downloads
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. -->

pawsxxlmronly_en

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

  • —Loss: 0.3472
  • —Accuracy: 0.9275

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: 128
  • —evalbatchsize: 128
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 100
  • —num_epochs: 10

Training results

Training LossEpochStepValidation LossAccuracy
0.46791.03860.24030.912
0.18982.07720.22320.9265
0.12833.011580.22660.9325
0.09894.015440.24390.932
0.07645.019300.25070.9305
0.06276.023160.29410.931
0.05077.027020.29950.93
0.04368.030880.32790.9315
0.03569.034740.34230.929
0.03110.038600.34720.9275

Framework versions

  • —Transformers 4.24.0
  • —Pytorch 1.13.0
  • —Datasets 2.6.1
  • —Tokenizers 0.13.1