doc: fix usage loading script
Browse files
README.md
CHANGED
@@ -35,5 +35,5 @@ This dataset contains raw, unvalidated transcriptions. Transcriptions timing may
|
|
35 |
Huggingface datasets library:
|
36 |
```python
|
37 |
from datasets import load_dataset
|
38 |
-
dataset = load_dataset('PerSets/
|
39 |
```
|
|
|
35 |
Huggingface datasets library:
|
36 |
```python
|
37 |
from datasets import load_dataset
|
38 |
+
dataset = load_dataset('PerSets/filimo-persian-asr', trust_remote_code=True)
|
39 |
```
|