Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -88,6 +88,7 @@ Each audio clip is approximately 20-40 seconds long, and contains naturally occu
|
|
| 88 |
|
| 89 |
## Sample Usage
|
| 90 |
The `datasets` library lets you load and preprocess datasets in Python at scale. You may load the dataset to your local drive with `load_dataset`.
|
|
|
|
| 91 |
For example, to download the English config, specify the corresponding language config name (i.e., "en" for English):
|
| 92 |
```bash
|
| 93 |
from datasets import load_dataset
|
|
|
|
| 88 |
|
| 89 |
## Sample Usage
|
| 90 |
The `datasets` library lets you load and preprocess datasets in Python at scale. You may load the dataset to your local drive with `load_dataset`.
|
| 91 |
+
|
| 92 |
For example, to download the English config, specify the corresponding language config name (i.e., "en" for English):
|
| 93 |
```bash
|
| 94 |
from datasets import load_dataset
|