Views
No views yet
1>>> from transformers import pipeline
2
3>>> pipe = pipeline("text-classification", model="roundspecs/minilm-finetuned-intent-classification")
4>>> pipe("smartphone for gaming under 5090")
5 [{'label': 'semantic', 'score': 0.8665100932121277}]