Transformers
Safetensors
English
t5
text2text-generation
sql
Eval Results (legacy)
text-generation-inference
Instructions to use juanfra218/text2sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juanfra218/text2sql with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("juanfra218/text2sql") model = AutoModelForSeq2SeqLM.from_pretrained("juanfra218/text2sql") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ license: mit
|
|
| 4 |
|
| 5 |
# Fine-Tuned Google T5 Model for Text to SQL Translation
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
## Model Details
|
| 10 |
|
|
|
|
| 4 |
|
| 5 |
# Fine-Tuned Google T5 Model for Text to SQL Translation
|
| 6 |
|
| 7 |
+
A fine-tuned version of the Google T5 model, specifically trained for the task of translating natural language queries into SQL statements.
|
| 8 |
|
| 9 |
## Model Details
|
| 10 |
|