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
- Xet hash:
- 32238b8e57e573a46eba5626c207c8d2665faf3beaf1d3acd87d692dee9fd65a
- Size of remote file:
- 4.15 kB
- SHA256:
- f869e9c7551db7b518de9ef49ff1decc63dfe6a9c55041932b4bdfd18d2e284e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.