Datasets:
Tags:
speech-modeling
License:
Rolv-Arild
commited on
Commit
•
a7ed76d
1
Parent(s):
a57b021
Update parameter name
Browse files
NPSC.py
CHANGED
@@ -132,7 +132,7 @@ class Npsc(datasets.GeneratorBasedBuilder):
|
|
132 |
citation=_CITATION,
|
133 |
task_templates=[
|
134 |
AutomaticSpeechRecognition(
|
135 |
-
|
136 |
transcription_column="sentence_text"
|
137 |
)
|
138 |
],
|
|
|
132 |
citation=_CITATION,
|
133 |
task_templates=[
|
134 |
AutomaticSpeechRecognition(
|
135 |
+
audio_column="path",
|
136 |
transcription_column="sentence_text"
|
137 |
)
|
138 |
],
|