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