Update NST.py
Browse files
NST.py
CHANGED
@@ -184,7 +184,7 @@ class Nst(datasets.GeneratorBasedBuilder):
|
|
184 |
citation=_CITATION,
|
185 |
task_templates=[
|
186 |
AutomaticSpeechRecognition(
|
187 |
-
|
188 |
transcription_column="text"
|
189 |
)
|
190 |
],
|
|
|
184 |
citation=_CITATION,
|
185 |
task_templates=[
|
186 |
AutomaticSpeechRecognition(
|
187 |
+
audio_column="audio",
|
188 |
transcription_column="text"
|
189 |
)
|
190 |
],
|