βοΈ 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
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support