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:
- 703d9f7703be135994c0d784afcf615ad61c5e79bea001307587fda293fd14f9
- Size of remote file:
- 242 MB
- SHA256:
- 79f855ac51dcccf14d9ea9740cb8f9a8d0383a93672faf08e7356c8a9ba3dc37
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.