Instructions to use juierror/text-to-sql-with-table-schema with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juierror/text-to-sql-with-table-schema with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("juierror/text-to-sql-with-table-schema") model = AutoModelForSeq2SeqLM.from_pretrained("juierror/text-to-sql-with-table-schema") - Notebooks
- Google Colab
- Kaggle
Dataset issue
#5
by muhammadbaasit - opened
Hello, Can please share dataset used to train this model. I am new NLP and i was trying to model. I want tables.json, cosql_dev.json and cosql_train.json
Hi, sorry for late reply, you can download tables.json, cosql_dev.json and cosql_train.json from the CoSQL dataset page (https://yale-lily.github.io/cosql).
Also, the for spider https://yale-lily.github.io/spider and sparc https://yale-lily.github.io/sparc