Datasets:
Commit
•
4755f65
1
Parent(s):
0ce47b4
Remove deprecated tasks
Browse filesThis dataset uses `tasks`, which are deprecated and will raise an error after the next major release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999
- MyoQuant-SDH-Data.py +0 -3
MyoQuant-SDH-Data.py
CHANGED
@@ -78,9 +78,6 @@ class SDH_16k(datasets.GeneratorBasedBuilder):
|
|
78 |
homepage=_HOMEPAGE,
|
79 |
citation=_CITATION,
|
80 |
license=_LICENSE,
|
81 |
-
task_templates=[
|
82 |
-
datasets.ImageClassification(image_column="image", label_column="label")
|
83 |
-
],
|
84 |
)
|
85 |
|
86 |
def _split_generators(self, dl_manager):
|
|
|
78 |
homepage=_HOMEPAGE,
|
79 |
citation=_CITATION,
|
80 |
license=_LICENSE,
|
|
|
|
|
|
|
81 |
)
|
82 |
|
83 |
def _split_generators(self, dl_manager):
|