dair-ai/emotion
Viewer • Updated • 437k • 33.7k • 441
How to use cyberboyayush/emotion-distilbert with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="cyberboyayush/emotion-distilbert") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("cyberboyayush/emotion-distilbert")
model = AutoModelForSequenceClassification.from_pretrained("cyberboyayush/emotion-distilbert")Base model
distilbert/distilbert-base-uncased