k_cnn_cifar10 / config.json
luantber's picture
add model
7a248cf
raw
history blame contribute delete
244 Bytes
{
"architectures": [
"CNNModel"
],
"auto_map": {
"AutoConfig": "config.CNNConfig",
"AutoModelForImageClassification": "model.CNNModel"
},
"num_classes": 10,
"torch_dtype": "float32",
"transformers_version": "4.20.1"
}