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