Datasets:
Commit
•
f029ee8
1
Parent(s):
b85adba
Fix transcription column in AutomaticSpeechRecognition task template
Browse files- tv3_parla.py +1 -1
tv3_parla.py
CHANGED
@@ -74,7 +74,7 @@ class Tv3Parla(datasets.GeneratorBasedBuilder):
|
|
74 |
license=_LICENSE,
|
75 |
citation=_CITATION,
|
76 |
task_templates=[
|
77 |
-
AutomaticSpeechRecognition()
|
78 |
],
|
79 |
)
|
80 |
|
|
|
74 |
license=_LICENSE,
|
75 |
citation=_CITATION,
|
76 |
task_templates=[
|
77 |
+
AutomaticSpeechRecognition(transcription_column="text")
|
78 |
],
|
79 |
)
|
80 |
|