system HF staff commited on
Commit
dd0f3c5
1 Parent(s): 83f35c9

Update files from the datasets library (from 1.18.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.18.0

Files changed (1) hide show
  1. food101.py +1 -1
food101.py CHANGED
@@ -180,7 +180,7 @@ class Food101(datasets.GeneratorBasedBuilder):
180
  homepage=_HOMEPAGE,
181
  citation=_CITATION,
182
  license=_LICENSE,
183
- task_templates=[ImageClassification(image_column="image", label_column="label", labels=_NAMES)],
184
  )
185
 
186
  def _split_generators(self, dl_manager):
180
  homepage=_HOMEPAGE,
181
  citation=_CITATION,
182
  license=_LICENSE,
183
+ task_templates=[ImageClassification(image_column="image", label_column="label")],
184
  )
185
 
186
  def _split_generators(self, dl_manager):