Datasets:
up
Browse files
README.md
CHANGED
@@ -417,7 +417,7 @@ cv_11 = load_dataset("mozilla-foundation/common_voice_11_0", "hi", split="train"
|
|
417 |
dataloader = DataLoader(cv_11, batch_size=32)
|
418 |
```
|
419 |
|
420 |
-
To find out more about loading and preparing audio datasets, head over to [hf.
|
421 |
|
422 |
### Example scripts
|
423 |
|
|
|
417 |
dataloader = DataLoader(cv_11, batch_size=32)
|
418 |
```
|
419 |
|
420 |
+
To find out more about loading and preparing audio datasets, head over to [hf.co/blog/audio-datasets](https://huggingface.co/blog/audio-datasets).
|
421 |
|
422 |
### Example scripts
|
423 |
|