cute-and-funny / README.md
lesserfield's picture
Update README.md
edf9e94 verified
|
raw
history blame contribute delete
No virus
419 Bytes
metadata
license: unlicense
task_categories:
  - text-generation
  - visual-question-answering
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
  }
]