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