Remove deprecated tasks
#5
by
albertvillanova
HF staff
- opened
ecoset.py
CHANGED
@@ -106,8 +106,6 @@ class Ecoset(datasets.GeneratorBasedBuilder):
|
|
106 |
license=_LICENSE,
|
107 |
# Citation for the dataset
|
108 |
citation=_CITATION,
|
109 |
-
# creating a template
|
110 |
-
task_templates=[datasets.tasks.ImageClassification(image_column="image", label_column="label")],
|
111 |
)
|
112 |
|
113 |
|
|
|
106 |
license=_LICENSE,
|
107 |
# Citation for the dataset
|
108 |
citation=_CITATION,
|
|
|
|
|
109 |
)
|
110 |
|
111 |
|