Datasets:
Commit
·
66ef9d0
1
Parent(s):
1046739
Update librispeech_asr_individual.py
Browse files
librispeech_asr_individual.py
CHANGED
@@ -67,13 +67,13 @@ _DL_URLS = {
|
|
67 |
},
|
68 |
"validation.clean": {
|
69 |
"dev.clean": _DL_URL + "dev-clean.tar.gz",
|
70 |
-
}
|
71 |
"validation.other": {
|
72 |
"dev.other": _DL_URL + "dev-other.tar.gz",
|
73 |
-
}
|
74 |
"test.clean": {
|
75 |
"test.clean": _DL_URL + "test-clean.tar.gz",
|
76 |
-
}
|
77 |
"test.other": {
|
78 |
"test.other": _DL_URL + "test-other.tar.gz",
|
79 |
}
|
|
|
67 |
},
|
68 |
"validation.clean": {
|
69 |
"dev.clean": _DL_URL + "dev-clean.tar.gz",
|
70 |
+
},
|
71 |
"validation.other": {
|
72 |
"dev.other": _DL_URL + "dev-other.tar.gz",
|
73 |
+
},
|
74 |
"test.clean": {
|
75 |
"test.clean": _DL_URL + "test-clean.tar.gz",
|
76 |
+
},
|
77 |
"test.other": {
|
78 |
"test.other": _DL_URL + "test-other.tar.gz",
|
79 |
}
|