ToastyPigeon commited on
Commit
4775d13
·
verified ·
1 Parent(s): 5d469f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,4 +12,6 @@ Files in this repo:
12
  - `text_adventures.txt` : the original SpringDragon dataset.
13
  - `text_adventures_deduped.json` : SpringDragon converted to a json completion set with duplicate samples removed.
14
 
15
- The json format is preferred if you're training with axolotl, which parses each line of the text file as separate samples.
 
 
 
12
  - `text_adventures.txt` : the original SpringDragon dataset.
13
  - `text_adventures_deduped.json` : SpringDragon converted to a json completion set with duplicate samples removed.
14
 
15
+ The json format is preferred if you're training with axolotl, which parses each line of the text file as separate samples.
16
+
17
+ The json version is set as the `train` dataset if you need to call it directly via HF datasets.