simple-cnn-cifar10-lite / features.json
junler's picture
Upload folder using huggingface_hub
9fd72fb verified
{
"features": {
"pixel_values": {
"feature_extractor_type": "AutoImageProcessor",
"_type": "Value",
"dtype": "float32",
"shape": [
3,
32,
32
]
},
"labels": {
"_type": "ClassLabel",
"names": [
"飞机",
"汽车",
"鸟",
"猫",
"鹿",
"狗",
"青蛙",
"马",
"船",
"卡车"
],
"names_file": null,
"id": null
}
}
}