You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Title Generator Model

A custom wrapper around google/flan-t5-base that generates short titles (2โ€“4 words) for longer text inputs.

Example

from transformers import pipeline

generator = pipeline("summarization", model="DINESH03032005/title-generator")
text = "Artificial Intelligence is transforming industries by automating tasks."
print(generator(text))
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support