CoolFace
Modelpublic

FarhanAmin0068/xlm-r-base-shared-task

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes4downloads
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-r-base-shared-task

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.5637
  • —Precision: 0.7041
  • —Recall: 0.7064
  • —Accuracy: 0.7826
  • —F1: 0.7052

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: linear
  • —lrschedulerwarmup_steps: 286
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossPrecisionRecallAccuracyF1
0.70081.0960.69430.37900.50.75810.4312
0.67922.01920.65500.66530.63770.76200.6474
0.64113.02880.60310.66140.70210.72180.6687
0.58554.03840.56370.70410.70640.78260.7052
0.51655.04800.60100.66940.71800.72090.6749
0.43676.05760.60180.66250.69770.72970.6711
0.38747.06721.02090.70590.65660.78650.6721
0.338.07680.83380.69080.68330.77470.6868
0.25929.08640.83790.68220.67390.76890.6777
0.223110.09600.88590.68440.67870.76980.6814

Framework versions

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