cute-and-funny / README.md
lesserfield's picture
Update README.md
edf9e94 verified
|
raw
history blame contribute delete
No virus
419 Bytes
---
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
}
]