CoolFace
Modelpublic

Multilingual-Perspectivist-NLU/irony_es_Mexico

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

ironyesMexico

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.0036
  • Accuracy: 0.6531
  • Precision: 0.5292
  • Recall: 0.5686
  • F1: 0.5482

Model description

The model is trained considering the annotation of annotators from Mexico only, on instances in Spanish (all linguistic varieties). 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 Mexico from the MultiPICo dataset (instances in Spanish). 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.01290.00420.59220.4480.43920.4436
0.00412.02580.00410.52390.42380.79610.5531
0.00393.03870.00380.58640.46150.70590.5581
0.00344.05160.00340.53990.43620.83140.5722
0.0035.06450.00320.62410.49440.69020.5761
0.00236.07740.00360.57330.45090.70200.5491
0.00227.09030.00360.65310.52920.56860.5482

Framework versions

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