from transformers import pipeline emoroberta_emotion_classifier = pipeline( "text-classification", model="arpanghoshal/EmoRoBERTa", return_all_scores=True ) emoroberta_emotion_classifier("Did this print?")