Datasets:
Splend1dchan
commited on
Commit
·
e85eb38
1
Parent(s):
eb85a2f
Update librispeech_asr_individual.py
Browse files
librispeech_asr_individual.py
CHANGED
@@ -87,7 +87,7 @@ _DL_URLS = {
|
|
87 |
"train.other.500": _DL_URL + "train-other-500.tar.gz",
|
88 |
},
|
89 |
"train.10": {
|
90 |
-
|
91 |
}
|
92 |
}
|
93 |
|
|
|
87 |
"train.other.500": _DL_URL + "train-other-500.tar.gz",
|
88 |
},
|
89 |
"train.10": {
|
90 |
+
"train.10": "https://dl.fbaipublicfiles.com/librilight/data/librispeech_finetuning.tgz",
|
91 |
}
|
92 |
}
|
93 |
|