Datasets:
Commit
•
6237fe8
1
Parent(s):
e15bc37
Fix repo URL
Browse files- tv3_parla.py +1 -1
tv3_parla.py
CHANGED
@@ -44,7 +44,7 @@ _HOMEPAGE = "https://collectivat.cat/asr#tv3parla"
|
|
44 |
|
45 |
_LICENSE = "Creative Commons Attribution-NonCommercial 4.0 International"
|
46 |
|
47 |
-
_REPO = "https://huggingface.co/datasets/
|
48 |
_URLS = {
|
49 |
"transcripts": _REPO + "tv3_0.3_{split}.transcription",
|
50 |
"audio": _REPO + "tv3_0.3.tar.gz",
|
|
|
44 |
|
45 |
_LICENSE = "Creative Commons Attribution-NonCommercial 4.0 International"
|
46 |
|
47 |
+
_REPO = "https://huggingface.co/datasets/collectivat/tv3_parla/resolve/main/"
|
48 |
_URLS = {
|
49 |
"transcripts": _REPO + "tv3_0.3_{split}.transcription",
|
50 |
"audio": _REPO + "tv3_0.3.tar.gz",
|