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
|
@@ -17,6 +17,9 @@ model-index:
|
|
| 17 |
- name: exact_match
|
| 18 |
type: exact_match
|
| 19 |
value: 0.4326836917562724
|
|
|
|
|
|
|
|
|
|
| 20 |
tags:
|
| 21 |
- sql
|
| 22 |
library_name: transformers
|
|
|
|
| 17 |
- name: exact_match
|
| 18 |
type: exact_match
|
| 19 |
value: 0.4326836917562724
|
| 20 |
+
- name: bleu
|
| 21 |
+
type: bleu
|
| 22 |
+
value: 0.6687
|
| 23 |
tags:
|
| 24 |
- sql
|
| 25 |
library_name: transformers
|