ChickySparrow commited on
Commit
665e704
·
verified ·
1 Parent(s): 3b76dfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -112,9 +112,11 @@ The large split requires 4TB of storage (including HuggingFace extraction). The
112
  Example:
113
 
114
  ```python
 
115
  from datasets import load_dataset
116
 
117
- ds = load_dataset('speechbrain/LargeScaleASR', {'small'||'medium'||'large'}, num_proc=6)
 
118
  print(ds['train'])
119
 
120
  from io import BytesIO
 
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