Update README.md
Browse files
README.md
CHANGED
@@ -28,4 +28,4 @@ ds = load_dataset(dataset_name, split='train')
|
|
28 |
ds.to_json(f"{name}.jsonl", orient="records", lines=True)
|
29 |
```
|
30 |
|
31 |
-
To see how this subset was created, here is the [instructions file](
|
|
|
28 |
ds.to_json(f"{name}.jsonl", orient="records", lines=True)
|
29 |
```
|
30 |
|
31 |
+
To see how this subset was created, here is the [instructions file](https://huggingface.co/datasets/stas/openwebtext-10k/blob/main/process.txt).
|