Datasets:

Multilinguality:
multilingual
Size Categories:
100K<n<1M
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
polinaeterna HF staff commited on
Commit
42869a1
1 Parent(s): 8db4a65

remove absolute url

Browse files
Files changed (1) hide show
  1. multilingual_librispeech.py +1 -3
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
- _BASE_URL = "https://huggingface.co/datasets/facebook/multilingual_librispeech/resolve/main/"
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):