sanchit-gandhi HF staff commited on
Commit
5809bed
1 Parent(s): 181d8fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ The TED-LIUM corpus is English-language TED talks, with transcriptions, sampled
63
  ```python
64
  from datasets import load_dataset
65
 
66
- tedlium = load_dataset("LIUM/minds14", "release1") # for Release 1
67
 
68
  # see structure
69
  print(tedlium)
 
63
  ```python
64
  from datasets import load_dataset
65
 
66
+ tedlium = load_dataset("LIUM/tedlium", "release1") # for Release 1
67
 
68
  # see structure
69
  print(tedlium)