dair-ai/emotion
Viewer • Updated • 437k • 36.2k • 444
How to use chunwoolee0/distilbert-base-uncased-finetuned-emotion with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="chunwoolee0/distilbert-base-uncased-finetuned-emotion") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("chunwoolee0/distilbert-base-uncased-finetuned-emotion")
model = AutoModelForSequenceClassification.from_pretrained("chunwoolee0/distilbert-base-uncased-finetuned-emotion")This model was trained from scratch on the emotion dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: