Text Classification
Transformers
PyTorch
Core ML
Safetensors
English
distilbert
text-embeddings-inference
Instructions to use Falconsai/intent_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Falconsai/intent_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Falconsai/intent_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Falconsai/intent_classification") model = AutoModelForSequenceClassification.from_pretrained("Falconsai/intent_classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 049eb1a9b9e853d5d8d4316cb59db3d6e61fc21f5905cf52d2267565bfa91c9b
- Size of remote file:
- 268 MB
- SHA256:
- 9827b446f7bbcaca6b56c2a8accecc97264953e9d5d9adaf7c29d6a6dad61f3e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.