metadata
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
num_examples: 124800
- name: test
num_bytes: 8689953
num_examples: 20800
download_size: 58971617
dataset_size: 60803953
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 isimage
.label
: The label of the handwritten letter. The data type of this field isclass_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.