lhoestq HF staff commited on
Commit
6c5fed1
1 Parent(s): 16efd57

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -19,6 +19,34 @@ task_ids:
19
  - multi-class-image-classification
20
  paperswithcode_id: mnist
21
  pretty_name: MNIST
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for MNIST
@@ -159,4 +187,4 @@ MIT Licence
159
 
160
  ### Contributions
161
 
162
- Thanks to [@sgugger](https://github.com/sgugger) for adding this dataset.
 
19
  - multi-class-image-classification
20
  paperswithcode_id: mnist
21
  pretty_name: MNIST
22
+ dataset_info:
23
+ features:
24
+ - name: image
25
+ dtype: image
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: '0'
31
+ 1: '1'
32
+ 2: '2'
33
+ 3: '3'
34
+ 4: '4'
35
+ 5: '5'
36
+ 6: '6'
37
+ 7: '7'
38
+ 8: '8'
39
+ 9: '9'
40
+ config_name: mnist
41
+ splits:
42
+ - name: test
43
+ num_bytes: 2916440
44
+ num_examples: 10000
45
+ - name: train
46
+ num_bytes: 17470848
47
+ num_examples: 60000
48
+ download_size: 11594722
49
+ dataset_size: 20387288
50
  ---
51
 
52
  # Dataset Card for MNIST
 
187
 
188
  ### Contributions
189
 
190
+ Thanks to [@sgugger](https://github.com/sgugger) for adding this dataset.