Danksy Dataset - Alpha Version
This dataset is a preview of a larger goal - to create a repository of quality responses that can combine both structured json and general humor
- CAUTION: This dataset may contains words and definitions which can be considered "not safe for work" (NSFW) and/or heavily disturbing in nature. -
Dataset Summary
The dataset is represented with a JSONL file, with a singular JSON snippet representing one structured JSON request. Every snippet contains the following pieces of data:
prompt
: A request to convert a general request to a structured JSON outputexpected
: The expected json output
Files
- words.jsonl: A collection of words and their definition, sourced from urban dictionary
If you are using HuggingFace's datasets
library, you can choose the file you wish to use by specifying the name of it (without extension) as an argument, like so: dataset = load_dataset("dknoller/danksy-dataset", 'words')
.
The default value is words
.
Any relationship between the name of this dataset and any public personas is entirely and totally coincidential.
- Downloads last month
- 31