metadata
license: unlicense
task_categories:
- text-generation
- image-to-text
language:
- en
tags:
- not-for-all-audiences
An attempt to recreate SchizoDev/Llama3-8b-CunnyGPT
Probably need more cleaning, idk. Data structure:
[
{
"url": str,
"title": str,
"instruction": str,
"input": str,
"output": str
}
]