polinaeterna
commited on
Commit
·
42869a1
1
Parent(s):
8db4a65
remove absolute url
Browse files
multilingual_librispeech.py
CHANGED
@@ -46,9 +46,7 @@ English, German, Dutch, Spanish, French, Italian, Portuguese, Polish.
|
|
46 |
|
47 |
_URL = "http://www.openslr.org/94"
|
48 |
|
49 |
-
|
50 |
-
|
51 |
-
_DL_URL_FORMAT = _BASE_URL + "data/mls_{name}"
|
52 |
|
53 |
|
54 |
class MultilingualLibrispeechConfig(datasets.BuilderConfig):
|
|
|
46 |
|
47 |
_URL = "http://www.openslr.org/94"
|
48 |
|
49 |
+
_DL_URL_FORMAT = "data/mls_{name}"
|
|
|
|
|
50 |
|
51 |
|
52 |
class MultilingualLibrispeechConfig(datasets.BuilderConfig):
|