Update README.md
Browse files
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.
|