Datasets:
up
Browse files
README.md
CHANGED
@@ -376,9 +376,9 @@ Abkhaz, Arabic, Armenian, Assamese, Asturian, Azerbaijani, Basaa, Bashkir, Basqu
|
|
376 |
|
377 |
### How to use
|
378 |
|
379 |
-
The `datasets` library allows you to load and pre-process your dataset in pure Python, at scale. The
|
380 |
|
381 |
-
For example, to download the Hindi
|
382 |
```python
|
383 |
from datasets import load_dataset
|
384 |
|
|
|
376 |
|
377 |
### How to use
|
378 |
|
379 |
+
The `datasets` library allows you to load and pre-process your dataset in pure Python, at scale. The dataset can be downloaded and prepared in one call to your local drive by using the `load_dataset` function.
|
380 |
|
381 |
+
For example, to download the Hindi config, simply specify the corresponding language config name (i.e., "hi" for Hindi):
|
382 |
```python
|
383 |
from datasets import load_dataset
|
384 |
|