Instructions to use KhimNguyen/text2sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KhimNguyen/text2sql with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KhimNguyen/text2sql") model = AutoModelForSeq2SeqLM.from_pretrained("KhimNguyen/text2sql") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 307756456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ae58ffc9edc0b72f7b715274c0ad26f3afc147fedd7db40b6ec474239e0200b
|
| 3 |
size 307756456
|