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 filesadded acknowledgement
README.md
CHANGED
|
@@ -201,6 +201,15 @@ HuggingFace Accelerate with Training Loop.
|
|
| 201 |
|
| 202 |
```
|
| 203 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 204 |
|
| 205 |
## Model Card Authors
|
| 206 |
|
|
|
|
| 201 |
|
| 202 |
```
|
| 203 |
|
| 204 |
+
## Additional Information
|
| 205 |
+
|
| 206 |
+
- ***Github:*** [Repository](https://github.com/swastikmaiti/SwastikM-bart-large-nl2sql.git)
|
| 207 |
+
|
| 208 |
+
## Acknowledgment
|
| 209 |
+
|
| 210 |
+
Thanks to [@AI at Meta](https://huggingface.co/facebook) for adding the Pre Trained Model.
|
| 211 |
+
Thanks to [@Gretel.ai](https://huggingface.co/gretelai) for adding the datset.
|
| 212 |
+
|
| 213 |
|
| 214 |
## Model Card Authors
|
| 215 |
|