lilkm's picture
Upload ResNet10
7eb78e4 verified
raw
history blame contribute delete
536 Bytes
{
"_name_or_path": "lilkm/resnet10_without_pooling",
"architectures": [
"ResNet10"
],
"auto_map": {
"AutoConfig": "lilkm/resnet10_without_pooling--configuration_resnet.ResNet10Config",
"AutoModel": "modeling_resnet.ResNet10"
},
"depths": [
1,
1,
1,
1
],
"embedding_size": 64,
"hidden_act": "relu",
"hidden_sizes": [
64,
128,
256,
512
],
"model_type": "resnet10",
"num_channels": 3,
"pooler": "avg",
"torch_dtype": "float32",
"transformers_version": "4.48.1"
}