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