Instructions to use DebeshSahoo/text2sql-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DebeshSahoo/text2sql-finetune with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DebeshSahoo/text2sql-finetune")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("DebeshSahoo/text2sql-finetune") model = AutoModelForSeq2SeqLM.from_pretrained("DebeshSahoo/text2sql-finetune") - Notebooks
- Google Colab
- Kaggle
Commit History
update b74c191
text2sql 052890e
Debesh Sahoo commited on
fine tune text to sql 4f704f4
Debesh Sahoo commited on
text2sql e36d291
Debesh Sahoo commited on
text2sql finetune e66ad92
Debesh Sahoo commited on