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
|
@@ -62,9 +62,9 @@ github: https://github.com/swastikmaiti/SwastikM-bart-large-nl2sql.git
|
|
| 62 |
|
| 63 |
co2_eq_emissions:
|
| 64 |
emissions: 160
|
| 65 |
-
source:
|
| 66 |
-
training_type:
|
| 67 |
-
hardware_used:
|
| 68 |
|
| 69 |
tags:
|
| 70 |
- natural language
|
|
|
|
| 62 |
|
| 63 |
co2_eq_emissions:
|
| 64 |
emissions: 160
|
| 65 |
+
source: ML CO2 Impact https://mlco2.github.io/impact/#home)
|
| 66 |
+
training_type: fine-tuning
|
| 67 |
+
hardware_used: TESLA P100
|
| 68 |
|
| 69 |
tags:
|
| 70 |
- natural language
|