CoolFace
Modelpublic

Multilingual-Perspectivist-NLU/irony_fr_France

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes9downloads
Model Card

ironyfrFrance

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

  • Loss: 0.0028
  • Accuracy: 0.7192
  • Precision: 0.3910
  • Recall: 0.6667
  • F1: 0.4929

Model description

The model is trained considering the annotation of annotators from France only. The annotations from these annotators are aggregated using majority voting and then used to train the model.

Training and evaluation data

The model has been trained on the annotation from annotators from France from the MultiPICo dataset. The data has been randomly split into a train and a validation set.

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 5e-06
  • trainbatchsize: 16
  • evalbatchsize: 64
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.00441.0720.00420.79530.00.00.0
0.00422.01440.00410.80580.54170.33330.4127
0.00413.02160.00390.59580.30.73080.4254
0.00374.02880.00360.54860.28240.78210.4150
0.00345.03600.00310.71920.37820.57690.4569
0.00336.04320.00310.63520.31290.65380.4232
0.00277.05040.00280.60890.32160.82050.4621
0.0028.05760.00280.66140.32650.61540.4267
0.00179.06480.00230.65620.35360.82050.4942
0.001710.07200.00240.59060.31780.87180.4658
0.001211.07920.00280.71920.39100.66670.4929

Framework versions

  • Transformers 4.34.1
  • Pytorch 2.0.1+cu117
  • Datasets 2.14.5
  • Tokenizers 0.14.1