Remove deprecated tasks (#4)
Browse files- Remove deprecated tasks (6553eb51dfad9410d1af350abe6b9201dea3b7bb)
- parlament_parla.py +0 -4
parlament_parla.py
CHANGED
|
@@ -17,7 +17,6 @@
|
|
| 17 |
import pandas as pd
|
| 18 |
|
| 19 |
import datasets
|
| 20 |
-
from datasets.tasks import AutomaticSpeechRecognition
|
| 21 |
|
| 22 |
|
| 23 |
_CITATION = """\
|
|
@@ -83,9 +82,6 @@ class ParlamentParla(datasets.GeneratorBasedBuilder):
|
|
| 83 |
homepage=_HOMEPAGE,
|
| 84 |
license=_LICENSE,
|
| 85 |
citation=_CITATION,
|
| 86 |
-
task_templates=[
|
| 87 |
-
AutomaticSpeechRecognition(transcription_column="sentence")
|
| 88 |
-
],
|
| 89 |
)
|
| 90 |
|
| 91 |
def _split_generators(self, dl_manager):
|
|
|
|
| 17 |
import pandas as pd
|
| 18 |
|
| 19 |
import datasets
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
_CITATION = """\
|
|
|
|
| 82 |
homepage=_HOMEPAGE,
|
| 83 |
license=_LICENSE,
|
| 84 |
citation=_CITATION,
|
|
|
|
|
|
|
|
|
|
| 85 |
)
|
| 86 |
|
| 87 |
def _split_generators(self, dl_manager):
|