lesserfield
commited on
Commit
•
cdf2067
1
Parent(s):
7d7e1c5
Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,12 @@ tags:
|
|
9 |
- not-for-all-audiences
|
10 |
---
|
11 |
### An attempt to recreate [SchizoDev/Llama3-8b-CunnyGPT](https://huggingface.co/SchizoDev/Llama3-8b-CunnyGPT-16bit)
|
|
|
12 |
Data structure:
|
13 |
```json
|
14 |
[
|
15 |
-
{
|
|
|
16 |
"title": str,
|
17 |
"instruction": str,
|
18 |
"input": str,
|
|
|
9 |
- not-for-all-audiences
|
10 |
---
|
11 |
### An attempt to recreate [SchizoDev/Llama3-8b-CunnyGPT](https://huggingface.co/SchizoDev/Llama3-8b-CunnyGPT-16bit)
|
12 |
+
Probably need more cleaning, idk.
|
13 |
Data structure:
|
14 |
```json
|
15 |
[
|
16 |
+
{
|
17 |
+
"url": str,
|
18 |
"title": str,
|
19 |
"instruction": str,
|
20 |
"input": str,
|