Datasets:
Commit
•
f646cd6
1
Parent(s):
b85adba
Fix transcription column in AutomaticSpeechRecognition task template (#5)
Browse files- Fix transcription column in AutomaticSpeechRecognition task template (f029ee8ca1e2febc9774cf614303f91973b7bc3c)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
- 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 |
|