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 /Feb07_12-00-20_c47203e77ce6 /events.out.tfevents.1707307227.c47203e77ce6.3347.0
- Xet hash:
- e9c678b81e60c25f00f61800fc42a8b3392340efeb231cfaf6ca5eb20d896393
- Size of remote file:
- 24.8 kB
- SHA256:
- a1afe6497e3e9064d23e171c7c9e02478cafd5f1bb609f651932e86ab66cbfc8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.