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