Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
487 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 54 commits
OMazzuzi90's picture
OMazzuzi90
Upload tokenizer
3485a76 over 2 years ago
  • runs
    Training in progress, step 3000 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    OMazzuzi90/Ita2SqlModel almost 3 years ago
  • README.md
    3.19 kB
    Update README.md almost 3 years ago
  • config.json
    1.47 kB
    OMazzuzi90/Ita2SqlModel almost 3 years ago
  • generation_config.json
    112 Bytes
    Upload T5ForConditionalGeneration almost 3 years ago
  • model.safetensors
    242 MB
    xet
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    242 MB
    xet
    Upload T5ForConditionalGeneration over 2 years ago
  • special_tokens_map.json
    2.2 kB
    OMazzuzi90/Ita2SqlModel almost 3 years ago
  • tokenizer.json
    2.42 MB
    OMazzuzi90/Ita2SqlModel almost 3 years ago
  • tokenizer_config.json
    2.32 kB
    OMazzuzi90/Ita2SqlModel almost 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    4.15 kB
    xet
    Training in progress, step 500 over 2 years ago