Instructions to use dipesh/Intent-Classification-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dipesh/Intent-Classification-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dipesh/Intent-Classification-small")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dipesh/Intent-Classification-small") model = AutoModelForSequenceClassification.from_pretrained("dipesh/Intent-Classification-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
df81f89 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4e0fe72da9aa986c2746659fa1c7cb29f469ba5ca39473e0dd213cdc5a722fcb
size 3515
|