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
- 27
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.