59ef33b 6b92c8b
1
2
3
4
5
from transformers import pipeline classifier = pipeline("sentiment-analysis") classifier("I've been waiting for a HuggingFace course my whole life.")