Instructions to use AayushShah/SQL_Kaggle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AayushShah/SQL_Kaggle with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AayushShah/SQL_Kaggle") model = AutoModelForSeq2SeqLM.from_pretrained("AayushShah/SQL_Kaggle") - Notebooks
- Google Colab
- Kaggle
| { | |
| "\n": 32103, | |
| "<|SCHEMA|>": 32100, | |
| "<|TABLE|>": 32102, | |
| "<|USER|>": 32101 | |
| } | |