This model is a specialized adaptation of google/flan-t5-base, fine-tuned for enhanced performance on text and news summarization using the cnn/dail mail dataset.

Usage

from transformers import pipeline

summarizer = pipeline("summarization", model="harao-ml/flant5-finetuned-summarize")

Ask the user for input

input_text = input("Enter the text you want to summarize: ")

Generate the summary

summarizer(input_text)

Downloads last month
276
Safetensors
Model size
77M params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for harao-ml/flant5-finetuned-summarize

Finetuned
(777)
this model

Spaces using harao-ml/flant5-finetuned-summarize 2