Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

keytotext

Idea is to build a model which will take keywords as inputs and generate sentences as outputs.

Model:

Two Models have been built:

Usage:

from transformers import AutoTokenizer, AutoModelWithLMHead

tokenizer = AutoTokenizer.from_pretrained("gagan3012/keytotext-small")

model = AutoModelWithLMHead.from_pretrained("gagan3012/keytotext-small")

Demo:

Streamlit App

https://share.streamlit.io/gagan3012/keytotext/app.py

image

Example:

['India', 'Wedding'] -> We are celebrating today in New Delhi with three wedding anniversary parties.

Downloads last month
13