Splend1dchan commited on
Commit
66ef9d0
·
1 Parent(s): 1046739

Update librispeech_asr_individual.py

Browse files
Files changed (1) hide show
  1. librispeech_asr_individual.py +3 -3
librispeech_asr_individual.py CHANGED
@@ -67,13 +67,13 @@ _DL_URLS = {
67
  },
68
  "validation.clean": {
69
  "dev.clean": _DL_URL + "dev-clean.tar.gz",
70
- }
71
  "validation.other": {
72
  "dev.other": _DL_URL + "dev-other.tar.gz",
73
- }
74
  "test.clean": {
75
  "test.clean": _DL_URL + "test-clean.tar.gz",
76
- }
77
  "test.other": {
78
  "test.other": _DL_URL + "test-other.tar.gz",
79
  }
 
67
  },
68
  "validation.clean": {
69
  "dev.clean": _DL_URL + "dev-clean.tar.gz",
70
+ },
71
  "validation.other": {
72
  "dev.other": _DL_URL + "dev-other.tar.gz",
73
+ },
74
  "test.clean": {
75
  "test.clean": _DL_URL + "test-clean.tar.gz",
76
+ },
77
  "test.other": {
78
  "test.other": _DL_URL + "test-other.tar.gz",
79
  }