File size: 1,608 Bytes
50aa98f 58be35a 50aa98f 58be35a 50aa98f 58be35a 50aa98f |
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 61 62 63 64 65 66 67 68 69 70 71 72 |
---
dataset_info:
config_name: emnist-letters
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': A
'1': B
'2': C
'3': D
'4': E
'5': F
'6': G
'7': H
'8': I
'9': J
'10': K
'11': L
'12': M
'13': N
'14': O
'15': P
'16': Q
'17': R
'18': S
'19': T
'20': U
'21': V
'22': W
'23': X
'24': Y
'25': Z
splits:
- name: train
num_bytes: 52114000.0
num_examples: 124800
- name: test
num_bytes: 8689953.0
num_examples: 20800
download_size: 58971617
dataset_size: 60803953.0
configs:
- config_name: emnist-letters
data_files:
- split: train
path: emnist-letters/train-*
- split: test
path: emnist-letters/test-*
default: true
---
# Dataset Card for "emnist-letters"
## Dataset Information
The `emnist-letters` dataset is a set of images of handwritten letters.
The dataset is split into a training set and a test set.
## Data Fields
- `image`: The image of the handwritten letter. The data type of this field is `image`.
- `label`: The label of the handwritten letter. The data type of this field is `class_label`, and it can take on the values 'A' to 'Z'.
## Data Splits
- `train`: The training set consists of 124800 examples, with a total size of 52628800 bytes.
- `test`: The test set consists of 20800 examples, with a total size of 8775753 bytes.
|