Remove the ASR template until the datasets>=2.0 API stabilizes
Browse files- superb_demo.py +0 -1
superb_demo.py
CHANGED
@@ -145,7 +145,6 @@ class Superb(datasets.GeneratorBasedBuilder):
|
|
145 |
supervised_keys=("file", "text"),
|
146 |
url="http://www.openslr.org/12",
|
147 |
data_url="data/LibriSpeech-test-clean.zip",
|
148 |
-
task_templates=[AutomaticSpeechRecognition(audio_file_path_column="file", transcription_column="text")],
|
149 |
),
|
150 |
SuperbConfig(
|
151 |
name="ks",
|
|
|
145 |
supervised_keys=("file", "text"),
|
146 |
url="http://www.openslr.org/12",
|
147 |
data_url="data/LibriSpeech-test-clean.zip",
|
|
|
148 |
),
|
149 |
SuperbConfig(
|
150 |
name="ks",
|