Instructions to use Ratansingh648/intent-recog with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ratansingh648/intent-recog with Transformers:
# Load model directly from transformers import AutoTokenizer, IntentClassifier tokenizer = AutoTokenizer.from_pretrained("Ratansingh648/intent-recog") model = IntentClassifier.from_pretrained("Ratansingh648/intent-recog") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened over 2 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#1 opened over 2 years ago
by
SFconvertbot