Datasets:
Update libritts_parquet_builder.py
Browse files
libritts_parquet_builder.py
CHANGED
|
@@ -62,7 +62,9 @@ _HOMEPAGE = "https://www.openslr.org/60/"
|
|
| 62 |
|
| 63 |
_LICENSE = "CC BY 4.0"
|
| 64 |
|
|
|
|
| 65 |
_DL_URL = "https://openslr.elda.org/resources/60/"
|
|
|
|
| 66 |
|
| 67 |
_DATA_URLS = {
|
| 68 |
'dev.clean': _DL_URL + 'dev-clean.tar.gz',
|
|
|
|
| 62 |
|
| 63 |
_LICENSE = "CC BY 4.0"
|
| 64 |
|
| 65 |
+
# EU mirror was much faster at time of writing
|
| 66 |
_DL_URL = "https://openslr.elda.org/resources/60/"
|
| 67 |
+
# _DL_URL = "https://us.openslr.org/resources/60/"
|
| 68 |
|
| 69 |
_DATA_URLS = {
|
| 70 |
'dev.clean': _DL_URL + 'dev-clean.tar.gz',
|