Instructions to use viirya/t5-small-text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use viirya/t5-small-text-to-sql with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("viirya/t5-small-text-to-sql") model = AutoModelForSeq2SeqLM.from_pretrained("viirya/t5-small-text-to-sql") - Notebooks
- Google Colab
- Kaggle
This is a text-to-sql model trained by finetuned with the dataset b-mc2/sql-create-context on t5-small model.
You can play with it using the Inference API form:
- Downloads last month
- 9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
