Remove deprecated tasks
#4
by albertvillanova HF Staff - opened
- buckeye_asr.py +0 -3
buckeye_asr.py
CHANGED
|
@@ -6,7 +6,6 @@ from pathlib import Path
|
|
| 6 |
import re
|
| 7 |
|
| 8 |
import datasets
|
| 9 |
-
from datasets.tasks import AutomaticSpeechRecognition
|
| 10 |
|
| 11 |
|
| 12 |
_CITATION = """\
|
|
@@ -71,8 +70,6 @@ class BuckeyeASRDataset(datasets.GeneratorBasedBuilder):
|
|
| 71 |
homepage=_HOMEPAGE,
|
| 72 |
license=_LICENSE,
|
| 73 |
citation=_CITATION,
|
| 74 |
-
task_templates=[AutomaticSpeechRecognition(
|
| 75 |
-
audio_file_path_column="file", transcription_column="text")],
|
| 76 |
)
|
| 77 |
|
| 78 |
def _split_generators(self, dl_manager):
|
|
|
|
| 6 |
import re
|
| 7 |
|
| 8 |
import datasets
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
_CITATION = """\
|
|
|
|
| 70 |
homepage=_HOMEPAGE,
|
| 71 |
license=_LICENSE,
|
| 72 |
citation=_CITATION,
|
|
|
|
|
|
|
| 73 |
)
|
| 74 |
|
| 75 |
def _split_generators(self, dl_manager):
|