File size: 681 Bytes
9fd72fb |
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 |
{
"features": {
"pixel_values": {
"feature_extractor_type": "AutoImageProcessor",
"_type": "Value",
"dtype": "float32",
"shape": [
3,
32,
32
]
},
"labels": {
"_type": "ClassLabel",
"names": [
"飞机",
"汽车",
"鸟",
"猫",
"鹿",
"狗",
"青蛙",
"马",
"船",
"卡车"
],
"names_file": null,
"id": null
}
}
}
|