File size: 642 Bytes
5d469f8 01eaf95 c940027 4775d13 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
configs:
- config_name: default
data_files:
- split: train
path:
- "text_adventures_deduped.json"
---
SpringDragon text adventure dataset courtesy of [Henk717](https://huggingface.co/Henk717) (thanks Henky!)
Files in this repo:
- `text_adventures.txt` : the original SpringDragon dataset.
- `text_adventures_deduped.json` : SpringDragon converted to a json completion set with duplicate samples removed.
The json format is preferred if you're training with axolotl, which parses each line of the text file as separate samples.
The json version is set as the `train` dataset if you need to call it directly via HF datasets. |