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