generated_from_trainer sste

<!-- 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. -->

Electricidad (base) fine-tuned on sst2-es-mt for Spanish Sentiment Analysis 👍👎

This model is a fine-tuned version of mrm8488/electricidad-base-discriminator on the sst2-es-mt dataset. A dataset created using Neural Machine Translation on original SST2 (English) dataset.

It achieves the following results on the evaluation set:

Usage

from transformers import pipeline

model_ckpt = "mrm8488/electricidad-base-finetuned-sst2-es"

classifier = pipeline("sentiment-analysis", model=model_ckpt)

classifier("Here your text in Spanish!")

Training hyperparameters

The following hyperparameters were used during training:

Training results

Training Loss Epoch Step Validation Loss Accuracy F1
0.2521 1.0 2105 0.2837 0.9002 0.9019
0.1694 2.0 4210 0.3175 0.8933 0.8920
0.1245 3.0 6315 0.3606 0.8945 0.8987
0.0934 4.0 8420 0.4419 0.9002 0.9037
0.069 5.0 10525 0.4377 0.9014 0.9034

Framework versions