Summarization
Transformers
TensorBoard
Safetensors
t5
text2text-generation
code
flan-t5-small
text-generation-inference
Instructions to use AyeshaFayyaz/t5-small-finetuned-xsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AyeshaFayyaz/t5-small-finetuned-xsum 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="AyeshaFayyaz/t5-small-finetuned-xsum")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AyeshaFayyaz/t5-small-finetuned-xsum") model = AutoModelForSeq2SeqLM.from_pretrained("AyeshaFayyaz/t5-small-finetuned-xsum", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 333f68ed328665d8387c705a239b6d4ca7dc88153da61e58cf1f3bc38bf49edd
- Size of remote file:
- 5.3 kB
- SHA256:
- 6c1c9a6cd84aaf90e6ee4b432a770365ee655fd3cf86f8b6ee8542ec1bce8277
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.