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
Ctrl+K