Remove deprecated tasks

#5
by albertvillanova HF staff - opened
Files changed (1) hide show
  1. ecoset.py +0 -2
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