Padomin commited on
Commit
ae6fcfb
1 Parent(s): ac1d3a9

Update coraal-asr.py

Browse files
Files changed (1) hide show
  1. coraal-asr.py +1 -1
coraal-asr.py CHANGED
@@ -104,7 +104,7 @@ class coraal_asr(datasets.GeneratorBasedBuilder):
104
  urls = deepcopy(URLS["xlsr"])
105
  if "whisper-small" in self.config.name:
106
  urls = deepcopy(URLS["whisper-small"])
107
- if "oracle" in self.config.name:
108
  urls = deepcopy(URLS["ctc-large"])
109
 
110
  dl_path = dl_manager.download_and_extract(urls)
 
104
  urls = deepcopy(URLS["xlsr"])
105
  if "whisper-small" in self.config.name:
106
  urls = deepcopy(URLS["whisper-small"])
107
+ if "ctc-large-oracle" in self.config.name:
108
  urls = deepcopy(URLS["ctc-large"])
109
 
110
  dl_path = dl_manager.download_and_extract(urls)