File size: 1,066 Bytes
8c014df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
          '2': '2'
          '3': '3'
          '4': '4'
          '5': '5'
          '6': '6'
          '7': '7'
          '8': '8'
          '9': '9'
          '10': a
          '11': b
          '12': c
          '13': d
          '14': e
          '15': f
          '16': g
          '17': i
          '18': k
          '19': l
          '20': m
          '21': n
          '22': o
          '23': p
          '24': q
          '25': r
          '26': s
          '27': t
          '28': u
          '29': w
          '30': x
          '31': y
          '32': z
  splits:
  - name: train
    num_bytes: 452698505.45829463
    num_examples: 9139
  - name: test
    num_bytes: 77525481.13170536
    num_examples: 1613
  download_size: 516346692
  dataset_size: 530223986.59
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---