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
could you share your training code?
#3
by nezhazheng - opened
Hello, I want to train a chinese text2sql model,could you share your training code?
@nezhazheng Sure, I will clean the training code and share it today.
nezhazheng changed discussion status to closed
This comment has been hidden
This comment has been hidden
@juierror , Thank you very much!
nezhazheng changed discussion status to open
@nezhazheng sorry for late reply, you can check the code here https://github.com/juierror/flan-t5-text-to-sql.