PerSets commited on
Commit
66eed4c
·
1 Parent(s): 919da3b

doc: loading script name

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/tarjoman2023pods_asr')
33
  ```
34
  </details>
 
29
  Huggingface datasets library:
30
  ```python
31
  from datasets import load_dataset
32
+ dataset = load_dataset('PerSets/tarjoman2023asr')
33
  ```
34
  </details>