brainiac / config.json
eugenehp's picture
Initial release: BrainIAC ViT-B backbone + 4 downstream task heads (safetensors)
d90efc3 verified
{
"model_type": "brainiac-vit",
"architecture": "MONAI ViT-B/16\u00b3",
"img_size": 96,
"patch_size": 16,
"in_channels": 1,
"hidden_size": 768,
"mlp_dim": 3072,
"num_layers": 12,
"num_heads": 12,
"num_patches": 216,
"norm_eps": 1e-06,
"pretraining": "SimCLR",
"input_format": "NIfTI (.nii.gz), skull-stripped, registered, 96\u00d796\u00d796",
"preprocessing": "trilinear resize to 96\u00b3 + z-score normalization (nonzero voxels)"
}