Update README.md
Browse files
README.md
CHANGED
|
@@ -34,13 +34,13 @@ More detailed descriptions about the dataset can be found in the [corresponding
|
|
| 34 |
|
| 35 |
# ⬇️ Downloading the dataset
|
| 36 |
|
| 37 |
-
You can download the
|
| 38 |
|
| 39 |
```bash
|
| 40 |
pip install huggingface_hub
|
| 41 |
```
|
| 42 |
|
| 43 |
-
The entire dataset can then be downloaded as follows:
|
| 44 |
|
| 45 |
```bash
|
| 46 |
hf download \
|
|
|
|
| 34 |
|
| 35 |
# ⬇️ Downloading the dataset
|
| 36 |
|
| 37 |
+
You can download the dataset using the Hugging Face CLI. First, install the following package:
|
| 38 |
|
| 39 |
```bash
|
| 40 |
pip install huggingface_hub
|
| 41 |
```
|
| 42 |
|
| 43 |
+
The entire dataset (roughly 25 GB) can then be downloaded as follows:
|
| 44 |
|
| 45 |
```bash
|
| 46 |
hf download \
|