license: unlicense | |
task_categories: | |
- text-generation | |
- visual-question-answering | |
language: | |
- en | |
tags: | |
- not-for-all-audiences | |
### An attempt to recreate [SchizoDev/Llama3-8b-CunnyGPT](https://huggingface.co/SchizoDev/Llama3-8b-CunnyGPT-16bit) | |
Probably need more cleaning, idk. | |
### Data structure: | |
```json | |
[ | |
{ | |
"url": str, | |
"title": str, | |
"instruction": str, | |
"input": str, | |
"output": str | |
} | |
] |