Update README.md
Browse files
README.md
CHANGED
|
@@ -104,7 +104,7 @@ Download a single file with datasets
|
|
| 104 |
```python
|
| 105 |
from datasets import load_dataset
|
| 106 |
|
| 107 |
-
dataset = load_dataset("ai-lab/MBD-mini", data_files='client_split')
|
| 108 |
```
|
| 109 |
|
| 110 |
Download a single file with huggingface_hub
|
|
|
|
| 104 |
```python
|
| 105 |
from datasets import load_dataset
|
| 106 |
|
| 107 |
+
dataset = load_dataset("ai-lab/MBD-mini", data_files='client_split.tar.gz')
|
| 108 |
```
|
| 109 |
|
| 110 |
Download a single file with huggingface_hub
|