Instructions to use AiLab-IMCS-UL/lvbert-emotions-ekman with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AiLab-IMCS-UL/lvbert-emotions-ekman with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AiLab-IMCS-UL/lvbert-emotions-ekman")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AiLab-IMCS-UL/lvbert-emotions-ekman") model = AutoModelForSequenceClassification.from_pretrained("AiLab-IMCS-UL/lvbert-emotions-ekman") - Notebooks
- Google Colab
- Kaggle
New model version trained on GoEmotions and Twitter dataset
#2
by SkyWater21 - opened
No description provided.
SkyWater21 changed pull request status to closed