keytotext-small / README.md
gagan3012's picture
Create README.md
a86136e

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.