How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="JuliusAlphonso/distilbert-plutchik")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("JuliusAlphonso/distilbert-plutchik")
model = AutoModelForSequenceClassification.from_pretrained("JuliusAlphonso/distilbert-plutchik", device_map="auto")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Labels are based on Plutchik's model of emotions and may be combined: image

Downloads last month
11,942
Inference Providers NEW