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