I am using sentiment-analysis pipeline as described here.
from transformers import pipeline classifier = pipeline(\'sentiment-analysis\')
It\