Instructions to use bstds/text2sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bstds/text2sql with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bstds/text2sql") model = AutoModelForSeq2SeqLM.from_pretrained("bstds/text2sql") - Notebooks
- Google Colab
- Kaggle
Commit ·
b9d3238
1
Parent(s): c4c0bba
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (817e3aec773aee878a5bbfc5ecb12af6c6a82cd3)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a78c8fd589f0bbf9e1aad12afa79cce8458096b57a1c0dda56605bbb3e5f375
|
| 3 |
+
size 3132455816
|