Article Title Generator

The model is based on the T5 language model and trained using a large collection of Medium articles.

Usage

Example code:

from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("czearing/article-title-generator")
model = AutoModel.from_pretrained("czearing/article-title-generator")

License

MIT

Downloads last month
98
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.