Summarization
Transformers
TensorBoard
Safetensors
English
t5
text2text-generation
summarizer
text summarization
abstractive summarization
text-generation-inference
Instructions to use KipperDev/t5_summarizer_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KipperDev/t5_summarizer_model 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="KipperDev/t5_summarizer_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KipperDev/t5_summarizer_model") model = AutoModelForSeq2SeqLM.from_pretrained("KipperDev/t5_summarizer_model") - Notebooks
- Google Colab
- Kaggle
t5_summarizer_model / runs /Jan13_13-35-25_8838525cb97c /events.out.tfevents.1705158258.8838525cb97c.1886.4
- Xet hash:
- a7a87a07d5a0857010f9d5bb56775047b8bdf0b53ad79cce796c5ab6cfb2eedd
- Size of remote file:
- 613 Bytes
- SHA256:
- df1ae3f282ca5ca6edb912db43db29cfa6c35e6b1439d0fafbd16c840b00dc38
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.