Samuael A
commited on
Commit
·
73915a3
1
Parent(s):
2577679
Update to datasets 3.0.0
Browse files- ALFFAAmharic.py +0 -2
ALFFAAmharic.py
CHANGED
@@ -5,7 +5,6 @@ import os
|
|
5 |
from pathlib import Path
|
6 |
|
7 |
import datasets
|
8 |
-
from datasets.tasks import AutomaticSpeechRecognition
|
9 |
|
10 |
|
11 |
_CITATION = """\
|
@@ -60,7 +59,6 @@ class ALFFAAmharic(datasets.GeneratorBasedBuilder):
|
|
60 |
),
|
61 |
supervised_keys=("file", "text"),
|
62 |
citation=_CITATION,
|
63 |
-
task_templates=[AutomaticSpeechRecognition()],
|
64 |
)
|
65 |
|
66 |
def _split_generators(self, dl_manager):
|
|
|
5 |
from pathlib import Path
|
6 |
|
7 |
import datasets
|
|
|
8 |
|
9 |
|
10 |
_CITATION = """\
|
|
|
59 |
),
|
60 |
supervised_keys=("file", "text"),
|
61 |
citation=_CITATION,
|
|
|
62 |
)
|
63 |
|
64 |
def _split_generators(self, dl_manager):
|