junyeong-nero commited on
Commit
6b68e94
1 Parent(s): 3f7926f

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  The dataset at https://huggingface.co/datasets/ylecun/mnist is the MNIST dataset modified with an additional 4-pixel padding, resulting in images resized to 32 by 32 pixels.
2
 
3
  ---
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: image
12
+ sequence:
13
+ sequence:
14
+ sequence: float32
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': '0'
20
+ '1': '1'
21
+ '2': '2'
22
+ '3': '3'
23
+ '4': '4'
24
+ '5': '5'
25
+ '6': '6'
26
+ '7': '7'
27
+ '8': '8'
28
+ '9': '9'
29
+ splits:
30
+ - name: train
31
+ num_bytes: 254400000
32
+ num_examples: 60000
33
+ - name: test
34
+ num_bytes: 42400000
35
+ num_examples: 10000
36
+ download_size: 25692916
37
+ dataset_size: 296800000
38
+ ---
39
  The dataset at https://huggingface.co/datasets/ylecun/mnist is the MNIST dataset modified with an additional 4-pixel padding, resulting in images resized to 32 by 32 pixels.
40
 
41
  ---
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ef6d70f1a974387e29a305d4693a536e1d169bc51c9bff8f23ede2ac00c568c
3
- size 5297994
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c980180851c95e3021926c7dd122c5633aa78c735ceccde723db60c1a774a395
3
+ size 3675000
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb87860f78983e033749bbcc6be3629bb5d1593360422334e05d945535db70ab
3
- size 31785516
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9138b05fc1fa5d2f34f11a35015a616b5392fdea20d062442a0860cd9e05dab4
3
+ size 22017916