Translation
Transformers
PyTorch
TensorBoard
Safetensors
Italian
sql
t5
text2text-generation
Generated from Trainer
translation_to_sql
text-generation-inference
Instructions to use OMazzuzi90/Ita2SqlModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OMazzuzi90/Ita2SqlModel with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="OMazzuzi90/Ita2SqlModel")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("OMazzuzi90/Ita2SqlModel") model = AutoModelForSeq2SeqLM.from_pretrained("OMazzuzi90/Ita2SqlModel") - Notebooks
- Google Colab
- Kaggle
Commit ·
fab9b6f
1
Parent(s): 63f35be
OMazzuzi90/Ita2SqlModel
Browse files- generation_config.json +1 -0
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
generation_config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"decoder_start_token_id": 0,
|
| 3 |
"eos_token_id": 1,
|
| 4 |
"pad_token_id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
"decoder_start_token_id": 0,
|
| 4 |
"eos_token_id": 1,
|
| 5 |
"pad_token_id": 0,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242069785
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d5930aef0944df309aa5b430269084fa239e73618762ce0cb39a64951ab0d71
|
| 3 |
size 242069785
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3707
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94491d62478e6532bb312e4e90e6f19c5635e6f2f6aa4b8fd7d43b5b2b9dd5ec
|
| 3 |
size 3707
|