system HF staff commited on
Commit
7180319
1 Parent(s): 0e5372b

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 (2) hide show
  1. README.md +1 -0
  2. fashion_mnist.py +1 -1
README.md CHANGED
@@ -15,6 +15,7 @@ task_categories:
15
  task_ids:
16
  - other-other-image-classification
17
  paperswithcode_id: fashion-mnist
 
18
  ---
19
 
20
  # Dataset Card for FashionMNIST
15
  task_ids:
16
  - other-other-image-classification
17
  paperswithcode_id: fashion-mnist
18
+ pretty_name: FashionMNIST
19
  ---
20
 
21
  # Dataset Card for FashionMNIST
fashion_mnist.py CHANGED
@@ -100,7 +100,7 @@ class FashionMnist(datasets.GeneratorBasedBuilder):
100
  supervised_keys=("image", "label"),
101
  homepage=_HOMEPAGE,
102
  citation=_CITATION,
103
- task_templates=[ImageClassification(image_column="image", label_column="label", labels=_NAMES)],
104
  )
105
 
106
  def _split_generators(self, dl_manager):
100
  supervised_keys=("image", "label"),
101
  homepage=_HOMEPAGE,
102
  citation=_CITATION,
103
+ task_templates=[ImageClassification(image_column="image", label_column="label")],
104
  )
105
 
106
  def _split_generators(self, dl_manager):