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

ARTeLab
/
it5-summarization-ilpost

Summarization
Transformers
PyTorch
TensorBoard
Safetensors
Italian
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
8

Instructions to use ARTeLab/it5-summarization-ilpost with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ARTeLab/it5-summarization-ilpost with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" 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("summarization", model="ARTeLab/it5-summarization-ilpost")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultimodalLM
    
    tokenizer = AutoTokenizer.from_pretrained("ARTeLab/it5-summarization-ilpost")
    model = AutoModelForMultimodalLM.from_pretrained("ARTeLab/it5-summarization-ilpost")
  • Notebooks
  • Google Colab
  • Kaggle
it5-summarization-ilpost
991 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 12 commits
autoevaluator's picture
autoevaluator HF Staff
Add evaluation results on the ARTeLab--ilpost config and test split of ARTeLab/ilpost
e541902 over 3 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    1.77 kB
    Add evaluation results on the ARTeLab--ilpost config and test split of ARTeLab/ilpost over 3 years ago
  • all_results.json
    847 Bytes
    add trained model over 4 years ago
  • config.json
    703 Bytes
    add trained model over 4 years ago
  • events.out.tfevents.1633958968.meterreader.12204.0.v2
    40 Bytes
    xet
    add trained model over 4 years ago
  • events.out.tfevents.1633959348.meterreader.15458.0.v2
    40 Bytes
    xet
    add trained model over 4 years ago
  • events.out.tfevents.1633959595.meterreader.18291.0.v2
    40 Bytes
    xet
    add trained model over 4 years ago
  • pytorch_model.bin
    990 MB
    xet
    add trained model over 4 years ago
  • special_tokens_map.json
    1.79 kB
    add trained model over 4 years ago
  • tokenizer.json
    1.02 MB
    add trained model over 4 years ago
  • tokenizer_config.json
    1.91 kB
    add trained model over 4 years ago
  • trainer_state.json
    6.2 kB
    add trained model over 4 years ago
  • training_args.bin
    2.93 kB
    xet
    add trained model over 4 years ago