ToastyPigeon
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,6 @@ SpringDragon text adventure dataset courtesy of [Henk717](https://huggingface.co
|
|
2 |
|
3 |
Files in this repo:
|
4 |
- `text_adventures.txt` : the original SpringDragon dataset.
|
5 |
-
- `text_adventures_deduped.json` : SpringDragon converted to a json completion set with duplicate samples removed.
|
|
|
|
|
|
2 |
|
3 |
Files in this repo:
|
4 |
- `text_adventures.txt` : the original SpringDragon dataset.
|
5 |
+
- `text_adventures_deduped.json` : SpringDragon converted to a json completion set with duplicate samples removed.
|
6 |
+
|
7 |
+
The json format is preferred if you're training with axolotl, which parses each line of the text file as separate samples.
|