Summarization
Transformers
PyTorch
TensorFlow
JAX
TensorBoard
Italian
mt5
text2text-generation
italian
sequence-to-sequence
wikipedia
wits
Instructions to use gsarti/mt5-small-wiki-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gsarti/mt5-small-wiki-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/mt5-small-wiki-summarization")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gsarti/mt5-small-wiki-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("gsarti/mt5-small-wiki-summarization") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 2434c8c6cac7e7ac290ed73708a2172e9ab4a8ecc314e8dca9248f09802182b6
- Size of remote file:
- 1.2 GB
- SHA256:
- 1b558b379ba1fc517d2c4919d0a1d86391fa038cdc85940a285c7c5d629a3259
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.