File size: 403 Bytes
7d7e1c5
 
 
 
 
 
 
 
 
 
 
cdf2067
7d7e1c5
 
 
cdf2067
 
7d7e1c5
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: unlicense
task_categories:
- text-generation
- image-to-text
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
  }
]