Instructions to use SushantGautam/t5-Summarizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SushantGautam/t5-Summarizer with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("SushantGautam/t5-Summarizer") model = AutoModelForSeq2SeqLM.from_pretrained("SushantGautam/t5-Summarizer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f213853 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4baf39b97308154a9fd691fa06a82ae9193f1a1f9e4d91b0b8be1014de2164a4
size 484163514
|