CoolFace
Modelpublic

Multilingual-Perspectivist-NLU/irony_nl_Netherlands

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

ironynlNetherlands

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.0030
  • Accuracy: 0.5738
  • Precision: 0.2735
  • Recall: 0.6275
  • F1: 0.3810

Model description

The model is trained considering the annotation of annotators from the Netherlands only, on instances in Dutch. The Dutch 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 the Netherlands from the MultiPICo dataset (instances in Dutch). 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.00451.0460.00430.70080.15620.09800.1205
0.00412.0920.00420.73360.20830.09800.1333
0.0043.01380.00410.63930.22390.29410.2542
0.0044.01840.00390.47540.24840.74510.3725
0.00375.02300.00370.56970.25890.56860.3558
0.00346.02760.00360.47130.25320.78430.3828
0.00367.03220.00360.56560.24770.52940.3375
0.00378.03680.00360.50.24820.68630.3646
0.00319.04140.00350.52870.26120.68630.3784
0.003410.04600.00360.53690.250.60780.3543
0.002911.05060.00350.54100.2560.62750.3636
0.00312.05520.00320.54920.26770.66670.3820
0.002813.05980.00300.51640.27520.80390.41
0.002614.06440.00280.55740.28570.74510.4130
0.002415.06900.00300.58200.28930.68630.4070
0.002316.07360.00300.57380.27350.62750.3810

Framework versions

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