Datasets:
Splend1dchan
commited on
Commit
·
eb85a2f
1
Parent(s):
71c47a6
Update librispeech_asr_individual.py
Browse files
librispeech_asr_individual.py
CHANGED
@@ -120,6 +120,10 @@ class LibrispeechASR(datasets.GeneratorBasedBuilder):
|
|
120 |
LibrispeechASRConfig(name="validation.other", description="Validation Other only"),
|
121 |
LibrispeechASRConfig(name="test.clean", description="Test Clean only"),
|
122 |
LibrispeechASRConfig(name="test.other", description="Test Other only"),
|
|
|
|
|
|
|
|
|
123 |
]
|
124 |
|
125 |
def _info(self):
|
|
|
120 |
LibrispeechASRConfig(name="validation.other", description="Validation Other only"),
|
121 |
LibrispeechASRConfig(name="test.clean", description="Test Clean only"),
|
122 |
LibrispeechASRConfig(name="test.other", description="Test Other only"),
|
123 |
+
LibrispeechASRConfig(name="train.clean.100", description="train clean 100 only"),
|
124 |
+
LibrispeechASRConfig(name="train.clean.360", description="train clean 360 only"),
|
125 |
+
LibrispeechASRConfig(name="train.other.500", description="train other 500 only"),
|
126 |
+
LibrispeechASRConfig(name="train.10", description="train 10 only"),
|
127 |
]
|
128 |
|
129 |
def _info(self):
|