ToastyPigeon commited on
Commit
c940027
·
verified ·
1 Parent(s): 01eaf95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.