YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

BERTIN-roBERTa-base-Spanish_sem_eval_2018_task_1

This is a BERTIN-roBERTa-base-Spanish model finetuned on ~3500 tweets in Spanish annotated for 11 emotion categories in SemEval-2018 Task 1: Affect in Tweets: SubTask 5: Emotion Classification (also available on the Hugging Face Dataset Hub).

To quickly test it locally, use a pipeline:

from transformers import pipeline

pipe = pipeline("text-classification",model="maxpe/bertin-roberta-base-spanish_sem_eval_2018_task_1")

pipe("¡Odio tener tanto estrés!",top_k=11)
Downloads last month
121
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Space using maxpe/bertin-roberta-base-spanish_sem_eval_2018_task_1 1