Instructions to use fastmodeller/text2sql-t5-3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fastmodeller/text2sql-t5-3b with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("fastmodeller/text2sql-t5-3b") model = AutoModelForSeq2SeqLM.from_pretrained("fastmodeller/text2sql-t5-3b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 136 Bytes
4a9b52a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:279292136815dec7af7196a3e9ccda05279a07c5f3e6a5b8f338321e145c46f0
size 11406523591
|