ChickySparrow commited on
Commit
93285c8
·
verified ·
1 Parent(s): 3cde848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -112,11 +112,9 @@ The large split requires 4TB of storage (including HuggingFace extraction). The
112
  Example:
113
 
114
  ```python
115
- import datasets
116
  from datasets import load_dataset
117
 
118
- # The no verification check will be fixed very soon...
119
- ds = load_dataset('speechbrain/LargeScaleASR', {'small'||'medium'||'large'}, num_proc=6, verification_mode=datasets.VerificationMode.NO_CHECKS)
120
  print(ds['train'])
121
 
122
  from io import BytesIO
 
112
  Example:
113
 
114
  ```python
 
115
  from datasets import load_dataset
116
 
117
+ ds = load_dataset('speechbrain/LargeScaleASR', {'small'||'medium'||'large'}, num_proc={nb_of_cpu_cores_you_want})
 
118
  print(ds['train'])
119
 
120
  from io import BytesIO