Instructions to use dbernsohn/t5_wikisql_en2SQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dbernsohn/t5_wikisql_en2SQL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dbernsohn/t5_wikisql_en2SQL") model = AutoModelForSeq2SeqLM.from_pretrained("dbernsohn/t5_wikisql_en2SQL", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
20e1559 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:28540d4ca762f588073b3a20e0c16a1844cd76e1baef06f41d38575975cc26ec
size 242088060
|