Datasets:

Modalities:
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:
wolgraff commited on
Commit
60b53ee
1 Parent(s): 739d207

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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