Instructions to use thekraftors/Text_to_SQL_BART_spider-three-ep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thekraftors/Text_to_SQL_BART_spider-three-ep with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thekraftors/Text_to_SQL_BART_spider-three-ep") model = AutoModelForSeq2SeqLM.from_pretrained("thekraftors/Text_to_SQL_BART_spider-three-ep", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload BartForConditionalGeneration
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 1625422896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66bab0d80550db3f5cb088d21f1e378311c135df134055e4401bb1a4732f611b
|
| 3 |
size 1625422896
|