gaunernst commited on
Commit
0bc36bf
·
verified ·
1 Parent(s): 73cb474

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ ds = ds.map(decode_audio)
35
  next(iter(ds))
36
 
37
  # using HF datasets library
38
- ds = load_dataset("gaunernst/voxceleb2-dev-wds", streaming=True)
39
  ds = ds.map(decode_audio)
40
  next(iter(ds))
41
  ```
 
35
  next(iter(ds))
36
 
37
  # using HF datasets library
38
+ ds = load_dataset("gaunernst/voxceleb2-dev-wds", split="train", streaming=True)
39
  ds = ds.map(decode_audio)
40
  next(iter(ds))
41
  ```