β˜€οΈ Summer Summary Model

A fine-tuned version of t5-small trained on scene summaries from the first 5 episodes of The Summer I Turned Pretty. This model turns scene descriptions or dialogue into short, clear summaries.

πŸ’‘ How to Use

Try it live on the Hugging Face πŸ€— model page (scroll down to the input box below), or use the code:

from transformers import pipeline

summarizer = pipeline("summarization", model="Lazabriellholland/summer-summary-model")
text = "Belly and Conrad talk on the beach about last summer."
summary = summarizer(text)[0]['summary_text']
print(summary)
Downloads last month
4
Safetensors
Model size
60.5M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support