CoolFace
Modelpublic

anpmts/xlm-roberta-quality-classifier

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes3downloads
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-quality-classifier

This model was trained from scratch on the None dataset. It achieves the following results on the evaluation set:

  • Accuracy: 0.9815
  • F1: 0.9817
  • F1 High: 0.9741
  • F1 Low: 0.9989
  • F1 Medium: 0.9720
  • Loss: 0.0651
  • Precision: 0.9818
  • Recall: 0.9816

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: 2.0000000000000003e-06
  • trainbatchsize: 96
  • evalbatchsize: 256
  • seed: 42
  • distributed_type: multi-GPU
  • num_devices: 2
  • totaltrainbatch_size: 192
  • totalevalbatch_size: 512
  • optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lrschedulertype: cosine
  • lrschedulerwarmup_ratio: 0.1
  • num_epochs: 10
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepAccuracyF1F1 HighF1 LowF1 MediumValidation LossPrecisionRecall
0.0363.773610000.98490.98500.97990.99730.97790.03880.98520.9853
0.01497.547220000.98150.98170.97410.99890.97200.06510.98180.9816

Framework versions

  • Transformers 4.57.1
  • Pytorch 2.9.0+cu128
  • Datasets 4.3.0
  • Tokenizers 0.22.1