Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
tags:
|
6 |
+
- tiktok
|
7 |
+
- captions
|
8 |
+
- hooks
|
9 |
+
size_categories:
|
10 |
+
- 10K<n<100K
|
11 |
+
---
|
12 |
+
|
13 |
+
# Tiktok Caption and Hook Dataset
|
14 |
+
Grabbed the initial dataset from https://x.com/iamgdsa/status/1884294758484611336
|
15 |
+
Ran quick language classification atop it (probably is bad, but it gets the job done) , and created 3 new conversation columns:
|
16 |
+
1. `conversations` - based on given input variables, generate a full set of caption + hook
|
17 |
+
2. `conversations_caption` - based on given input variables including hook, generate a caption
|
18 |
+
3. `conversations_hook` - based on given input variables including caption, generate a hook
|
19 |
+
|
20 |
+
Enjoy!
|