Update README.md
Browse files
README.md
CHANGED
@@ -37,4 +37,8 @@ Size of downloaded parquet files: 142G.
|
|
37 |
|
38 |
### Other Languages
|
39 |
|
40 |
-
In the [zh branch](https://huggingface.co/datasets/Geralt-Targaryen/stack/tree/zh), samples containing Chinese text (e.g. comments, strings) are also collected (4,124,610 samples, 6.1G parquet files). They are processed by the same pipeline and do not overlap with samples in the main branch.
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
### Other Languages
|
39 |
|
40 |
+
In the [zh branch](https://huggingface.co/datasets/Geralt-Targaryen/stack/tree/zh), samples containing Chinese text (e.g. comments, strings) are also collected (4,124,610 samples, 6.1G parquet files). They are processed by the same pipeline and do not overlap with samples in the main branch. You can download them by specifying the `--revision` argument:
|
41 |
+
|
42 |
+
```
|
43 |
+
huggingface-cli download --repo-type dataset Geralt-Targaryen/stack --revision zh --local-dir .
|
44 |
+
```
|