Datasets:
doc: loading script name
Browse files
README.md
CHANGED
@@ -29,6 +29,6 @@ The dataset includes complete articles along with their audio counterparts. Each
|
|
29 |
Huggingface datasets library:
|
30 |
```python
|
31 |
from datasets import load_dataset
|
32 |
-
dataset = load_dataset('PerSets/
|
33 |
```
|
34 |
</details>
|
|
|
29 |
Huggingface datasets library:
|
30 |
```python
|
31 |
from datasets import load_dataset
|
32 |
+
dataset = load_dataset('PerSets/tarjoman2023asr')
|
33 |
```
|
34 |
</details>
|