fix: dataset base url in loading script fixed
Browse files- filimo-persian-asr.py +2 -2
filimo-persian-asr.py
CHANGED
@@ -22,9 +22,9 @@ Use this repo info/link for citation.
|
|
22 |
|
23 |
_LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
|
24 |
|
25 |
-
_HOMEPAGE = "https://huggingface.co/datasets/PerSets/
|
26 |
|
27 |
-
_BASE_URL = "https://huggingface.co/datasets/PerSets/
|
28 |
|
29 |
_AUDIO_URL = _BASE_URL + "data/unvalidated_{shard_idx:03d}.tar"
|
30 |
|
|
|
22 |
|
23 |
_LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
|
24 |
|
25 |
+
_HOMEPAGE = "https://huggingface.co/datasets/PerSets/filimo-persian-asr"
|
26 |
|
27 |
+
_BASE_URL = "https://huggingface.co/datasets/PerSets/filimo-persian-asr/resolve/main/"
|
28 |
|
29 |
_AUDIO_URL = _BASE_URL + "data/unvalidated_{shard_idx:03d}.tar"
|
30 |
|