CoolFace
Modelpublic

ribesstefano/RuleBert-v0.0-k0

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

ribesstefano/RuleBert-v0.0-k0

This model is a fine-tuned version of classla/xlm-roberta-base-multilingual-text-genre-classifier on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3777
  • —F1: 0.5004
  • —Roc Auc: 0.6722
  • —Accuracy: 0.0375

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: 5e-05
  • —trainbatchsize: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 128
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —training_steps: 500
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossF1Roc AucAccuracy
0.38110.88500.37160.49040.66850.0583
0.32571.771000.37080.49530.67010.0583
0.31782.651500.37450.49770.67120.0417
0.30913.542000.37500.49890.67190.0417
0.31154.422500.37680.50070.67240.0417
0.30925.313000.37620.50210.67270.0458
0.30576.193500.37720.50050.67230.0375
0.30627.084000.37770.50020.67210.0417
0.30867.964500.37770.50050.67230.0417
0.30758.855000.37770.50040.67220.0375

Framework versions

  • —Transformers 4.36.2
  • —Pytorch 2.1.0+cu121
  • —Datasets 2.16.1
  • —Tokenizers 0.15.0