k2t-new / README.md
librarian-bot's picture
Librarian Bot: Update Hugging Face dataset ID
80c3618 verified
|
raw
history blame
2.36 kB
metadata
language: en
license: mit
tags:
  - keytotext
  - k2t
  - Keywords to Sentences
datasets:
  - allenai/common_gen
metrics:
  - NLG
thumbnail: Keywords to Sentences

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:

Training Notebooks can be found in the Training Notebooks Folder

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