Upload README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,19 @@
|
|
1 |
-
|
|
|
2 |
thumbnail: "Keywords to Sentences"
|
3 |
tags:
|
4 |
- keytotext
|
5 |
- k2t
|
6 |
- Keywords to Sentences
|
7 |
-
|
8 |
-
|
9 |
-
-
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
thumbnail: "Keywords to Sentences"
|
4 |
tags:
|
5 |
- keytotext
|
6 |
- k2t
|
7 |
- Keywords to Sentences
|
8 |
+
|
9 |
+
model-index:
|
10 |
+
- name: k2t-test
|
11 |
+
---
|
12 |
+
|
13 |
+
Idea is to build a model which will take keywords as inputs and generate sentences as outputs.
|
14 |
+
|
15 |
+
Potential use case can include:
|
16 |
+
- Marketing
|
17 |
+
- Search Engine Optimization
|
18 |
+
- Topic generation etc.
|
19 |
+
- Fine tuning of topic modeling models
|