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