kresnik commited on
Commit
d7e1318
1 Parent(s): 07a669e

Update librispeech_asr_test.py

Browse files
Files changed (1) hide show
  1. librispeech_asr_test.py +2 -3
librispeech_asr_test.py CHANGED
@@ -53,12 +53,11 @@ dataset = dataset.map(map_to_array, remove_columns=["file"])
53
  """
54
 
55
  _URL = "http://www.openslr.org/12"
56
- _DL_URL = "https://s3.amazonaws.com/datasets.huggingface.co/librispeech_asr/2.1.0/"
57
- _DL_URL = "https://s3.amazonaws.com/datasets.huggingface.co/librispeech_asr/2.1.0/"
58
 
59
  _DL_URLS = {
60
  "clean": {
61
- "test": _DL_URL + "test_clean.tar.gz",
62
  }
63
  }
64
 
 
53
  """
54
 
55
  _URL = "http://www.openslr.org/12"
56
+ _DL_URL = "https://www.openslr.org/resources/12/"
 
57
 
58
  _DL_URLS = {
59
  "clean": {
60
+ "test": _DL_URL + "test-clean.tar.gz",
61
  }
62
  }
63