Datasets:
metadata
license: mit
task_categories:
- text-generation
tags:
- tiktok
- captions
- hooks
size_categories:
- 10K<n<100K
Tiktok Caption and Hook Dataset
Grabbed the initial dataset from https://x.com/iamgdsa/status/1884294758484611336 Ran quick language classification atop it (probably is bad, but it gets the job done) , and created 3 new conversation columns:
conversations
- based on given input variables, generate a full set of caption + hookconversations_caption
- based on given input variables including hook, generate a captionconversations_hook
- based on given input variables including caption, generate a hook
Enjoy!