Summarization
Transformers
PyTorch
TensorFlow
JAX
TensorBoard
Italian
t5
text2text-generation
italian
sequence-to-sequence
fanpage
ilpost
Eval Results (legacy)
text-generation-inference
Instructions to use gsarti/it5-base-news-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gsarti/it5-base-news-summarization 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="gsarti/it5-base-news-summarization")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gsarti/it5-base-news-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("gsarti/it5-base-news-summarization", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 263560a1e5ca09a7acee6135f33c142b2bca87885f67447cf14e1f3c98fe8fcf
- Size of remote file:
- 990 MB
- SHA256:
- 92cdae6ea47c9c057d19d1eb6ca881e6938f90759ae3dab1530bda95b47cbdd9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.