Build a model which will take keywords as inputs and generate sentences as outputs
keytotext
Idea is to build a model which will take keywords as inputs and generate sentences as outputs.
Model:
Keytotext is based on the Amazing T5 Model:
k2t: Modelk2t-tiny: Modelk2t-base: Modelmrm8488/t5-base-finetuned-common_gen(by Manuel Romero): Model
Training Notebooks can be found in the Training Notebooks Folder
Note: To add your own model to keytotext Please read Models Documentation
Usage:
Example Notebooks can be found in the Notebooks Folder
pip install keytotext

UI:
pip install streamlit-tags
This uses a custom streamlit component built by me: GitHub
