Remove deprecated tasks
#2
by
albertvillanova
HF staff
- opened
openslr-nepali-asr-cleaned.py
CHANGED
@@ -105,9 +105,6 @@ class OpenslrNepaliAsrCleaned(datasets.GeneratorBasedBuilder):
|
|
105 |
license=_LICENSE,
|
106 |
# Citation for the dataset
|
107 |
citation=_CITATION,
|
108 |
-
task_templates=[datasets.tasks.AutomaticSpeechRecognition(
|
109 |
-
audio_column="utterance", transcription_column="transcription"
|
110 |
-
)]
|
111 |
)
|
112 |
|
113 |
def _split_generators(self, dl_manager):
|
|
|
105 |
license=_LICENSE,
|
106 |
# Citation for the dataset
|
107 |
citation=_CITATION,
|
|
|
|
|
|
|
108 |
)
|
109 |
|
110 |
def _split_generators(self, dl_manager):
|