CoolFace
Modelpublic

Multilingual-Perspectivist-NLU/irony_it_Italy

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

ironyitItaly

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

  • Loss: 0.0025
  • Accuracy: 0.6653
  • Precision: 0.4091
  • Recall: 0.7377
  • F1: 0.5263

Model description

The model is trained considering the annotation of annotators from Italy only, on the French instances. The Italian 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 Italy 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.00461.0460.00430.42560.27590.78690.4085
0.00432.0920.00420.55790.30830.60660.4088
0.00423.01380.00410.57850.30840.54100.3929
0.00394.01840.00390.50410.30720.77050.4393
0.00365.02300.00360.55370.33090.75410.46
0.00326.02760.00320.62810.38020.75410.5055
0.00257.03220.00280.67770.41900.72130.5301
0.00198.03680.00230.60330.36840.80330.5052
0.00169.04140.00230.60740.37120.80330.5078
0.001410.04600.00250.66530.40910.73770.5263

Framework versions

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