Commit
•
76c357f
1
Parent(s):
ff221b5
Remove deprecated tasks (#5)
Browse files- Remove deprecated tasks (89b6c90f88d47a5cfeee6b1faea2aa6acb1d08f7)
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 |
|