Datasets:
Commit
•
c3b1464
1
Parent(s):
c7c41c1
Fix 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()
|
78 |
],
|
79 |
)
|
80 |
|