VitMix-v1 / config.json
SE6446's picture
Upload model
d39a8f8 verified
raw
history blame contribute delete
432 Bytes
{
"architectures": [
"ViTMixModel"
],
"auto_map": {
"AutoConfig": "configuration_vitmix.ViTMixConfig",
"AutoModelForImageClassification": "modeling_vitmix.ViTMixModel"
},
"depth": 6,
"dim": 1024,
"heads": 16,
"image_size": 28,
"mlp_dim": 2048,
"model_type": "VitMix",
"num_classes": 10,
"num_experts": 12,
"patch_size": 14,
"torch_dtype": "float32",
"transformers_version": "4.38.0.dev0"
}