Instructions to use juierror/flan-t5-text2sql-with-schema with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juierror/flan-t5-text2sql-with-schema with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("juierror/flan-t5-text2sql-with-schema") model = AutoModelForSeq2SeqLM.from_pretrained("juierror/flan-t5-text2sql-with-schema") - Notebooks
- Google Colab
- Kaggle
Does this model support multiple tables?
#7
by IvanK12 - opened
Does this model support JOIN query generation, mentioning schemas of multiple tables?
Thanks!
Currently, I use wikisql dataset to finetune the T5 model, which is a single table datasets, so I think it is not support the join query on multiple table.