geovit-david-beans / config.json
AbstractPhil's picture
Upload folder using huggingface_hub
613faa7 verified
raw
history blame contribute delete
519 Bytes
{
"architecture": "DavidBeans",
"model_type": "david_beans",
"image_size": 32,
"patch_size": 4,
"in_channels": 3,
"dim": 512,
"num_layers": 8,
"num_heads": 8,
"num_experts": 5,
"k_neighbors": 32,
"cantor_weight": 0.3,
"mlp_ratio": 4.0,
"scales": [
256,
512,
768
],
"num_classes": 100,
"use_belly": true,
"belly_expand": 2.0,
"contrast_temperature": 0.07,
"contrast_weight": 0.5,
"cayley_weight": 0.01,
"volume_floor": 0.0001,
"dropout": 0.15,
"pooling": "cls"
}