Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
from transformers import pipeline
classifier = pipeline(task="sentiment-analysis")
preds = classifier("Hugging Face is the best thing since sliced bread!")