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

  • Log In
  • Sign Up

OMazzuzi90
/
Ita2Sql

Translation
Transformers
PyTorch
TensorBoard
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
1

Instructions to use OMazzuzi90/Ita2Sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OMazzuzi90/Ita2Sql 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/Ita2Sql")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("OMazzuzi90/Ita2Sql")
    model = AutoModelForSeq2SeqLM.from_pretrained("OMazzuzi90/Ita2Sql")
  • Notebooks
  • Google Colab
  • Kaggle
Ita2Sql
245 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 145 commits
OMazzuzi90's picture
OMazzuzi90
Training in progress, step 3000
b5b93c9 over 2 years ago
  • runs
    Training in progress, step 3000 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 2 years ago
  • README.md
    3.19 kB
    Create README.md over 2 years ago
  • config.json
    1.47 kB
    Training in progress, step 500 over 2 years ago
  • generation_config.json
    112 Bytes
    Upload T5ForConditionalGeneration over 2 years ago
  • pytorch_model.bin
    242 MB
    xet
    Training in progress, step 3000 over 2 years ago
  • special_tokens_map.json
    2.2 kB
    Training in progress, step 500 over 2 years ago
  • tokenizer.json
    2.42 MB
    Training in progress, step 500 over 2 years ago
  • tokenizer_config.json
    2.32 kB
    Training in progress, step 500 over 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

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