dummy-model / pipeline_test.json
olivebradshaw's picture
initial commit
3d7cab9
raw
history blame contribute delete
151 Bytes
Invalid JSON: Unexpected token 'r', "from transf"... is not valid JSON
from transformers import pipeline
classifier = pipeline("sentiment-analysis")
classifier("I've been waiting for a HuggingFace course my whole life.")