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