Panda-Base / config.json
youngsm's picture
pimm export (config.json)
ef5c55a verified
Raw
History Blame Contribute Delete
978 Bytes
{
"model": {
"type": "PT-v3m2",
"in_channels": 4,
"order": [
"hilbert",
"hilbert-trans",
"z",
"z-trans"
],
"stride": [
2,
2,
2,
2
],
"enc_depths": [
3,
3,
3,
9,
3
],
"enc_channels": [
48,
96,
192,
384,
512
],
"enc_num_head": [
3,
6,
12,
24,
32
],
"enc_patch_size": [
256,
256,
256,
256,
256
],
"mlp_ratio": 4,
"qkv_bias": true,
"qk_scale": null,
"layer_scale": 1e-05,
"attn_drop": 0.0,
"proj_drop": 0.0,
"drop_path": 0.3,
"shuffle_orders": true,
"pre_norm": true,
"enable_rpe": false,
"enable_flash": true,
"upcast_attention": false,
"upcast_softmax": false,
"traceable": true,
"enc_mode": true,
"mask_token": true,
"cpe_first_layer_only": false,
"cpe_shared_weight": false
}
}