How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("sunitha98/t5-base-keyphrase-gen")
model = AutoModelForSeq2SeqLM.from_pretrained("sunitha98/t5-base-keyphrase-gen")
Quick Links

This is a finetuned t5-base model on 20 Newsgroup corpus with GPT-3 generated keywords. You can use this model to generate keywords for your documents.

Github: https://github.com/isunitha98selvan/t5-keyphrase-gen

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support