Transformers
Safetensors
English
bart
text2text-generation
natural language
SQL
text2sql
nl2sql
Eval Results (legacy)
Instructions to use SwastikM/bart-large-nl2sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SwastikM/bart-large-nl2sql with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("SwastikM/bart-large-nl2sql") model = AutoModelForSeq2SeqLM.from_pretrained("SwastikM/bart-large-nl2sql") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -74,7 +74,7 @@ tags:
|
|
| 74 |
---
|
| 75 |
|
| 76 |
|
| 77 |
-
# BART
|
| 78 |
|
| 79 |
Generate SQL query from Natural Language question with a SQL context.
|
| 80 |
|
|
|
|
| 74 |
---
|
| 75 |
|
| 76 |
|
| 77 |
+
# BART-LARGE-CNN fine-tuned on SYNTHETIC_TEXT_TO_SQL
|
| 78 |
|
| 79 |
Generate SQL query from Natural Language question with a SQL context.
|
| 80 |
|