Commit
5db2916
·
verified ·
1 Parent(s): 1b46bea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -140,7 +140,7 @@ def get_train_dataset(shards_dir):
140
 
141
  with open(os.path.join("<Dataset Diretory>", "instructions.json") as fp:
142
  instructions = json.load(fp)
143
- dataset = get_train_dataset("<Dataset Diretory>")
144
  ```
145
  ---
146
 
 
140
 
141
  with open(os.path.join("<Dataset Diretory>", "instructions.json") as fp:
142
  instructions = json.load(fp)
143
+ dataset = get_train_dataset(os.path.join("<Dataset Diretory>", "shards"))
144
  ```
145
  ---
146