Kleber commited on
Commit
6d2c3a4
·
verified ·
1 Parent(s): 8424229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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, using load_dataset to download a particular domain
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