Datasets:

Modalities:
Audio
Text
ArXiv:
Libraries:
Datasets
License:
reach-vb HF staff commited on
Commit
6bd7160
1 Parent(s): f0004f9
Files changed (1) hide show
  1. README.md +2 -2
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 entire dataset (or a particular split) 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 split, simply specify the corresponding language config name (i.e., "hi" for 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