Sanchit Gandhi
commited on
Commit
·
e2088eb
1
Parent(s):
9206b63
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ The TED-LIUM corpus is English-language TED talks, with transcriptions, sampled
|
|
| 60 |
|
| 61 |
### Example
|
| 62 |
|
| 63 |
-
```
|
| 64 |
from datasets import load_dataset
|
| 65 |
|
| 66 |
tedlium = load_dataset("LIUM/minds14", "release1") # for Release 1
|
|
|
|
| 60 |
|
| 61 |
### Example
|
| 62 |
|
| 63 |
+
```python
|
| 64 |
from datasets import load_dataset
|
| 65 |
|
| 66 |
tedlium = load_dataset("LIUM/minds14", "release1") # for Release 1
|