Remove deprecated tasks (#1)
Browse files- Remove deprecated tasks (e3e288c1db59d989968d938b4e14f560415f3b81)
psst.py
CHANGED
|
@@ -21,7 +21,6 @@ import os
|
|
| 21 |
import csv
|
| 22 |
|
| 23 |
import datasets
|
| 24 |
-
from datasets.tasks import AutomaticSpeechRecognition
|
| 25 |
|
| 26 |
|
| 27 |
|
|
@@ -63,9 +62,6 @@ class PSSTDataset(datasets.GeneratorBasedBuilder):
|
|
| 63 |
features=features,
|
| 64 |
supervised_keys=None,
|
| 65 |
homepage="https://psst.study/",
|
| 66 |
-
task_templates=[
|
| 67 |
-
AutomaticSpeechRecognition(audio_file_path_column="filename", transcription_column="transcript")
|
| 68 |
-
],
|
| 69 |
)
|
| 70 |
|
| 71 |
|
|
|
|
| 21 |
import csv
|
| 22 |
|
| 23 |
import datasets
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
|
|
|
|
| 62 |
features=features,
|
| 63 |
supervised_keys=None,
|
| 64 |
homepage="https://psst.study/",
|
|
|
|
|
|
|
|
|
|
| 65 |
)
|
| 66 |
|
| 67 |
|