t5-small / README.md
khanglam7012's picture
Remove some files
470cbd2
metadata
language: en
thumbnail: Keywords to Sentences
tags:
  - keytotext
  - k2t
  - Keywords to Sentences
license: mit
datasets:
  - WebNLG
  - Dart
metrics:
  - NLG

keytotext

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

Keytotext is powered by Huggingface 🤗

pypi Version Downloads Open In Colab Streamlit App

Model:

Keytotext is based on the Amazing T5 Model:

Usage:

Example usage: Open In Colab Example Notebooks can be found in the Notebooks Folder

pip install keytotext

carbon (3)

UI:

UI: Streamlit App

pip install streamlit-tags

This uses a custom streamlit component built by me: GitHub image