kresnik commited on
Commit
4e63538
1 Parent(s): 73f247c

Update librispeech_asr_test.py

Browse files
Files changed (1) hide show
  1. librispeech_asr_test.py +0 -1
librispeech_asr_test.py CHANGED
@@ -80,7 +80,6 @@ class LibrispeechASRConfig(datasets.BuilderConfig):
80
  class LibrispeechASR(datasets.GeneratorBasedBuilder):
81
  """Librispeech dataset."""
82
 
83
- DEFAULT_WRITER_BATCH_SIZE = 256
84
  BUILDER_CONFIGS = [
85
  LibrispeechASRConfig(name="clean", description="'Clean' speech."),
86
  LibrispeechASRConfig(name="other", description="'Other', more challenging, speech."),
 
80
  class LibrispeechASR(datasets.GeneratorBasedBuilder):
81
  """Librispeech dataset."""
82
 
 
83
  BUILDER_CONFIGS = [
84
  LibrispeechASRConfig(name="clean", description="'Clean' speech."),
85
  LibrispeechASRConfig(name="other", description="'Other', more challenging, speech."),