Splend1dchan commited on
Commit
b1560c5
·
1 Parent(s): 52e0a14

Update librispeech_asr.py

Browse files
Files changed (1) hide show
  1. librispeech_asr.py +1 -0
librispeech_asr.py CHANGED
@@ -95,6 +95,7 @@ class LibrispeechASR(datasets.GeneratorBasedBuilder):
95
  LibrispeechASRConfig(name="clean", description="'Clean' speech."),
96
  LibrispeechASRConfig(name="other", description="'Other', more challenging, speech."),
97
  LibrispeechASRConfig(name="all", description="Combined clean and other dataset."),
 
98
  ]
99
 
100
  def _info(self):
 
95
  LibrispeechASRConfig(name="clean", description="'Clean' speech."),
96
  LibrispeechASRConfig(name="other", description="'Other', more challenging, speech."),
97
  LibrispeechASRConfig(name="all", description="Combined clean and other dataset."),
98
+ LibrispeechASRConfig(name="validation.clean", description="Validation Clean only"),
99
  ]
100
 
101
  def _info(self):