{ | |
"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" | |
} | |