Datasets:
Tags:
speech-modeling
License:
Rolv-Arild
commited on
Commit
•
f02f5c9
1
Parent(s):
a7ed76d
Change back 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_file_path_column="path",
|
136 |
transcription_column="sentence_text"
|
137 |
)
|
138 |
],
|