Instructions to use 52AI/generalQA_intent_slotFilling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 52AI/generalQA_intent_slotFilling with Transformers:
# Load model directly from transformers import AutoTokenizer, JointBERT tokenizer = AutoTokenizer.from_pretrained("52AI/generalQA_intent_slotFilling") model = JointBERT.from_pretrained("52AI/generalQA_intent_slotFilling") - Notebooks
- Google Colab
- Kaggle
Ctrl+K