PerSets commited on
Commit
0e9d59f
·
1 Parent(s): e32c1d5

doc: fix usage loading script

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/filimo2024asr', trust_remote_code=True)
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
  ```