metadata
language: en
thumbnail: Keywords to Sentences
tags:
- keytotext
- k2t
- Keywords to Sentences
license: mit
datasets:
- WebNLG
- Dart
metrics:
- NLG
keytotext
Idea is to build a model which will take keywords as inputs and generate sentences as outputs.
Keytotext is powered by Huggingface 🤗
Model:
Keytotext is based on the Amazing T5 Model:
k2t
: Modelk2t-tiny
: Modelk2t-base
: Model Training Notebooks can be found in theTraining Notebooks
Folder
Usage:
Example 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