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