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

Twitter-roBERTa-base-jun2022_sem_eval_2018_task1

This model was trained on ~7000 tweets in English 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).

The underlying model is a RoBERTa-base model trained on 132.26M tweets until the end of June 2022. Fore more details check out the model page.

To quickly test it locally, use a pipeline:

from transformers import pipeline

pipe = pipeline("text-classification",model="maxpe/twitter-roberta-base-jun2022_sem_eval_2018_task_1")

pipe("I couldn't see any seafood for a year after I went to that restaurant that they send all the tourists to!",top_k=11)
Downloads last month
14
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.