system HF staff commited on
Commit
d02be4f
1 Parent(s): 51233d0

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 +2 -1
  2. mnist.py +0 -1
README.md CHANGED
@@ -16,6 +16,7 @@ task_categories:
16
  task_ids:
17
  - other-other-image-classification
18
  paperswithcode_id: mnist
 
19
  ---
20
 
21
  # Dataset Card for MNIST
@@ -156,4 +157,4 @@ MIT Licence
156
 
157
  ### Contributions
158
 
159
- Thanks to [@sgugger](https://github.com/sgugger) for adding this dataset.
 
16
  task_ids:
17
  - other-other-image-classification
18
  paperswithcode_id: mnist
19
+ pretty_name: MNIST
20
  ---
21
 
22
  # Dataset Card for MNIST
 
157
 
158
  ### Contributions
159
 
160
+ Thanks to [@sgugger](https://github.com/sgugger) for adding this dataset.
mnist.py CHANGED
@@ -76,7 +76,6 @@ class MNIST(datasets.GeneratorBasedBuilder):
76
  ImageClassification(
77
  image_column="image",
78
  label_column="label",
79
- labels=["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
80
  )
81
  ],
82
  )
 
76
  ImageClassification(
77
  image_column="image",
78
  label_column="label",
 
79
  )
80
  ],
81
  )