Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

OMazzuzi90
/
Ita2SqlModel

Translation
Transformers
PyTorch
TensorBoard
Safetensors
Italian
sql
t5
text2text-generation
Generated from Trainer
translation_to_sql
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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
Ita2SqlModel / runs
109 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 27 commits
OMazzuzi90's picture
OMazzuzi90
Training in progress, step 3000
8624a45 over 2 years ago
  • Jun04_15-28-21_9356cc0846fa
    Training in progress, step 3000 almost 3 years ago
  • Jun21_13-51-18_aeb9c272d504
    Training in progress, step 500 almost 3 years ago
  • Jun26_09-16-55_6fac6d0efb9d
    Training in progress, step 3000 almost 3 years ago
  • May21_09-08-16_d8f14925befe
    OMazzuzi90/Ita2SqlModel about 3 years ago
  • May21_10-22-32_d8f14925befe
    Training in progress, step 500 about 3 years ago
  • May21_10-23-05_d8f14925befe
    Training in progress, step 1000 about 3 years ago
  • Nov24_06-33-06_2890b7566118
    Training in progress, step 2000 over 2 years ago
  • Nov25_08-23-53_ca7e15633e29
    Training in progress, step 500 over 2 years ago
  • Nov25_10-32-38_6b8ce948c8a8
    Training in progress, step 3000 over 2 years ago