Commit
•
c7d5191
1
Parent(s):
20278fe
Remove deprecated tasks (#7)
Browse files- Remove deprecated tasks (5a2a50007513a0eb1fe5ac9c24958c81ffde577b)
- CrowdSpeech.py +0 -6
CrowdSpeech.py
CHANGED
@@ -20,7 +20,6 @@
|
|
20 |
import json
|
21 |
|
22 |
import datasets
|
23 |
-
from datasets.tasks import Summarization
|
24 |
|
25 |
|
26 |
logger = datasets.logging.get_logger(__name__)
|
@@ -78,11 +77,6 @@ class CrowdSpeech(datasets.GeneratorBasedBuilder):
|
|
78 |
supervised_keys=None,
|
79 |
homepage="https://github.com/pilot7747/VoxDIY/",
|
80 |
# citation=_CITATION,
|
81 |
-
task_templates=[
|
82 |
-
Summarization(
|
83 |
-
text_column="transcriptions", summary_column="gt"
|
84 |
-
)
|
85 |
-
],
|
86 |
)
|
87 |
|
88 |
def _split_generators(self, dl_manager):
|
|
|
20 |
import json
|
21 |
|
22 |
import datasets
|
|
|
23 |
|
24 |
|
25 |
logger = datasets.logging.get_logger(__name__)
|
|
|
77 |
supervised_keys=None,
|
78 |
homepage="https://github.com/pilot7747/VoxDIY/",
|
79 |
# citation=_CITATION,
|
|
|
|
|
|
|
|
|
|
|
80 |
)
|
81 |
|
82 |
def _split_generators(self, dl_manager):
|