cifar10_npy / dataset_info.json
MiguelBraganca's picture
Upload folder using huggingface_hub
16196b5 verified
raw
history blame contribute delete
685 Bytes
{
"splits": {
"train": {
"features": {
"img": {
"dtype": "float32",
"shape": [
3072
]
},
"label": {
"dtype": "int64",
"shape": []
}
},
"files": {
"img": "train_images.npy",
"label": "train_labels.npy"
}
},
"test": {
"features": {
"img": {
"dtype": "float32",
"shape": [
3072
]
},
"label": {
"dtype": "int64",
"shape": []
}
},
"files": {
"img": "test_images.npy",
"label": "test_labels.npy"
}
}
}
}