AnyThermal / depth /config.json
airlabshare's picture
Upload depth/config.json with huggingface_hub
69f5470 verified
{
"architectures": [
"AnyThermalDepthModel"
],
"model_type": "anythermal_depth",
"auto_map": {
"AutoConfig": "model.AnyThermalDepthConfig",
"AutoModel": "model.AnyThermalDepthModel"
},
"hidden_size": 768,
"num_hidden_layers": 12,
"num_attention_heads": 12,
"mlp_ratio": 4,
"hidden_act": "gelu",
"dropout": 0.0,
"attention_dropout": 0.0,
"initializer_range": 0.02,
"layer_norm_eps": 1e-06,
"image_size": 518,
"patch_size": 14,
"num_channels": 3,
"qkv_bias": true,
"layerscale_value": 1.0,
"drop_path_rate": 0.0,
"use_swiglu_ffn": false,
"features": 256
}