>>> from transformers import pipeline >>> pipe = pipeline("text-classification", model="roundspecs/minilm-finetuned-intent-classification") >>> pipe("smartphone for gaming under 5090") [{'label': 'semantic', 'score': 0.8665100932121277}]
Files info
Base model