commit files to HF hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
thumbnail: "Keywords to Sentences"
|
4 |
+
tags:
|
5 |
+
- keytotext
|
6 |
+
- k2t
|
7 |
+
- Keywords to Sentences
|
8 |
+
license: "MIT"
|
9 |
+
datasets:
|
10 |
+
- WebNLG
|
11 |
+
- Dart
|
12 |
+
metrics:
|
13 |
+
- NLG
|
14 |
+
|
15 |
+
model-index:
|
16 |
+
- name: k2t-test
|
17 |
+
---
|
18 |
+
|
19 |
+
<h1 align="center">keytotext</h1>
|
20 |
+
|
21 |
+
[](https://pypi.org/project/keytotext/)
|
22 |
+
[](https://pepy.tech/project/keytotext)
|
23 |
+
[](https://colab.research.google.com/github/gagan3012/keytotext/blob/master/notebooks/K2T.ipynb)
|
24 |
+
[](https://share.streamlit.io/gagan3012/keytotext/UI/app.py)
|
25 |
+
[](https://github.com/gagan3012/keytotext#api)
|
26 |
+
[](https://hub.docker.com/r/gagan30/keytotext)
|
27 |
+
[](https://huggingface.co/models?filter=keytotext)
|
28 |
+
[](https://keytotext.readthedocs.io/en/latest/?badge=latest)
|
29 |
+
[](https://github.com/psf/black)
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+

|
34 |
+
|
35 |
+
|
36 |
+
Idea is to build a model which will take keywords as inputs and generate sentences as outputs.
|
37 |
+
|
38 |
+
Potential use case can include:
|
39 |
+
- Marketing
|
40 |
+
- Search Engine Optimization
|
41 |
+
- Topic generation etc.
|
42 |
+
- Fine tuning of topic modeling models
|