tobiolatunji commited on
Commit
8957731
1 Parent(s): 697b2fe

add documentation on download size and streaming

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -97,7 +97,7 @@ The entire dataset is ~120GB and may take about 2hrs to download. If you have di
97
 
98
  In future updates, you will be able to pass a config to the `load_dataset` function and download only a subset of the data corresponding to a specific accent of interest. The example provided below is `isizulu`.
99
 
100
- For example, to download the isizulu config, simply specify the corresponding language config name, list of supported accents provided in accent list section below:
101
  ```python
102
  from datasets import load_dataset
103
 
 
97
 
98
  In future updates, you will be able to pass a config to the `load_dataset` function and download only a subset of the data corresponding to a specific accent of interest. The example provided below is `isizulu`.
99
 
100
+ For example, to download the isizulu config, simply specify the corresponding language config name. The list of supported accents is provided in `accent list` section below:
101
  ```python
102
  from datasets import load_dataset
103