Update README.md
Browse files
README.md
CHANGED
|
@@ -43,9 +43,8 @@ from huggingface_hub import snapshot_download
|
|
| 43 |
|
| 44 |
snapshot_download(repo_id="DigitalUmuganda/Afrivoice_Kinyarwanda",repo_type='dataset',local_dir='<destination_dir>')
|
| 45 |
```
|
| 46 |
-
Or,
|
| 47 |
```
|
| 48 |
-
from datasets import load_dataset
|
| 49 |
|
| 50 |
from huggingface_hub import snapshot_download
|
| 51 |
|
|
|
|
| 43 |
|
| 44 |
snapshot_download(repo_id="DigitalUmuganda/Afrivoice_Kinyarwanda",repo_type='dataset',local_dir='<destination_dir>')
|
| 45 |
```
|
| 46 |
+
Or, to download a particular language
|
| 47 |
```
|
|
|
|
| 48 |
|
| 49 |
from huggingface_hub import snapshot_download
|
| 50 |
|