Datasets:
Commit
•
b85adba
1
Parent(s):
c7c41c1
Fix AutomaticSpeechRecognition task template (#4)
Browse files- Fix AutomaticSpeechRecognition task template (c3b14647a4f181e721c5c22524f9580df016570e)
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()
|
78 |
],
|
79 |
)
|
80 |
|