Xuefeng Hu commited on
Mirror safetensors and config from mgwillia checkpoint
Browse files- config.json +3 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"decoder_type": "pos_free",
|
| 3 |
-
"distill_dim":
|
| 4 |
"distill_location": "encoder-decoder-separate",
|
| 5 |
"distill_mode": "dinov3_fancy",
|
| 6 |
"embedding_dim": 32,
|
|
@@ -50,6 +50,7 @@
|
|
| 50 |
},
|
| 51 |
"transformer_encoder_cfg": {
|
| 52 |
"dim": 1024,
|
|
|
|
| 53 |
"mae_init": false,
|
| 54 |
"name": "vitl_16_norm_only_rope_fixed_ft",
|
| 55 |
"use_registers": false
|
|
@@ -59,4 +60,4 @@
|
|
| 59 |
},
|
| 60 |
"use_global_token": true,
|
| 61 |
"use_hypocnn": true
|
| 62 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"decoder_type": "pos_free",
|
| 3 |
+
"distill_dim": ["EC_1280", "EP_1280", "DC_1280", "DP_1280"],
|
| 4 |
"distill_location": "encoder-decoder-separate",
|
| 5 |
"distill_mode": "dinov3_fancy",
|
| 6 |
"embedding_dim": 32,
|
|
|
|
| 50 |
},
|
| 51 |
"transformer_encoder_cfg": {
|
| 52 |
"dim": 1024,
|
| 53 |
+
"img_size": 512,
|
| 54 |
"mae_init": false,
|
| 55 |
"name": "vitl_16_norm_only_rope_fixed_ft",
|
| 56 |
"use_registers": false
|
|
|
|
| 60 |
},
|
| 61 |
"use_global_token": true,
|
| 62 |
"use_hypocnn": true
|
| 63 |
+
}
|