From 3d3f63fb06af26dd66e236e21dea9677cde2520e Mon Sep 17 00:00:00 2001 From: Abdulkadir Gokce Date: Fri, 30 Jan 2026 17:46:13 +0100 Subject: [PATCH 1/4] fix wrong behavioral readout layer for dino models --- .../models/timm_models/model_configs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/brainscore_vision/models/timm_models/model_configs.json b/brainscore_vision/models/timm_models/model_configs.json index 8492524fc..61970e85c 100644 --- a/brainscore_vision/models/timm_models/model_configs.json +++ b/brainscore_vision/models/timm_models/model_configs.json @@ -478,9 +478,9 @@ "blocks.3.attn", "blocks.7.attn", "blocks.8.attn", - "norm_pre" + "head.norm" ], - "behavioral_readout_layer": "norm_pre" + "behavioral_readout_layer": "head.norm" } }, "vit_base_patch14_reg4_dinov2:lvd142m": { @@ -499,9 +499,9 @@ "blocks.2.attn", "blocks.6.attn", "blocks.11.norm2", - "norm_pre" + "head.norm" ], - "behavioral_readout_layer": "norm_pre" + "behavioral_readout_layer": "head.norm" } }, "vit_base_patch16_dinov3:lvd1689m": { @@ -521,9 +521,9 @@ "blocks.2", "blocks.6.attn", "blocks.11.norm2", - "norm_pre" + "head.norm" ], - "behavioral_readout_layer": "norm_pre" + "behavioral_readout_layer": "head.norm" } } } \ No newline at end of file From 6126e6afb7ff79c674ad9fb3d3550a6c5820d973 Mon Sep 17 00:00:00 2001 From: Abdulkadir Gokce Date: Fri, 30 Jan 2026 17:53:24 +0100 Subject: [PATCH 2/4] fix wrong behavioral readout layer for dino models --- .../models/timm_models/model_configs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/brainscore_vision/models/timm_models/model_configs.json b/brainscore_vision/models/timm_models/model_configs.json index 61970e85c..9366ca825 100644 --- a/brainscore_vision/models/timm_models/model_configs.json +++ b/brainscore_vision/models/timm_models/model_configs.json @@ -478,9 +478,9 @@ "blocks.3.attn", "blocks.7.attn", "blocks.8.attn", - "head.norm" + "norm" ], - "behavioral_readout_layer": "head.norm" + "behavioral_readout_layer": "norm" } }, "vit_base_patch14_reg4_dinov2:lvd142m": { @@ -499,9 +499,9 @@ "blocks.2.attn", "blocks.6.attn", "blocks.11.norm2", - "head.norm" + "norm" ], - "behavioral_readout_layer": "head.norm" + "behavioral_readout_layer": "norm" } }, "vit_base_patch16_dinov3:lvd1689m": { @@ -521,9 +521,9 @@ "blocks.2", "blocks.6.attn", "blocks.11.norm2", - "head.norm" + "norm" ], - "behavioral_readout_layer": "head.norm" + "behavioral_readout_layer": "norm" } } } \ No newline at end of file From 9e0d84f06381f08b83ef76213eb05492e8f33ef9 Mon Sep 17 00:00:00 2001 From: Abdulkadir Gokce Date: Fri, 30 Jan 2026 17:56:01 +0100 Subject: [PATCH 3/4] fix wrong behavioral readout layer for dino models --- brainscore_vision/models/timm_models/model_configs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brainscore_vision/models/timm_models/model_configs.json b/brainscore_vision/models/timm_models/model_configs.json index 9366ca825..7ea9c6d04 100644 --- a/brainscore_vision/models/timm_models/model_configs.json +++ b/brainscore_vision/models/timm_models/model_configs.json @@ -493,7 +493,7 @@ "IT": "blocks.11.norm2", "V1": "blocks.2.attn", "V2": "blocks.6.attn", - "V4": "bblocks.2.attn" + "V4": "blocks.2.attn" }, "layers": [ "blocks.2.attn", From 1038f7e66beda41c250362edb43b774177e756eb Mon Sep 17 00:00:00 2001 From: Abdulkadir Gokce Date: Fri, 30 Jan 2026 19:25:17 +0100 Subject: [PATCH 4/4] new model IDs --- .../models/timm_models/model_configs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/brainscore_vision/models/timm_models/model_configs.json b/brainscore_vision/models/timm_models/model_configs.json index 7ea9c6d04..c3487ea1e 100644 --- a/brainscore_vision/models/timm_models/model_configs.json +++ b/brainscore_vision/models/timm_models/model_configs.json @@ -461,9 +461,9 @@ "behavioral_readout_layer": "fc_norm" } }, - "vit_base_patch14_dinov2:lvd142m": { + "vit_base_patch14_dinov2-lvd142m": { "model_name": "vit_base_patch14_dinov2", - "model_id": "vit_base_patch14_dinov2:lvd142m", + "model_id": "vit_base_patch14_dinov2-lvd142m", "timm_model_name": "vit_base_patch14_dinov2.lvd142m", "is_vit": true, "model_commitment": { @@ -483,9 +483,9 @@ "behavioral_readout_layer": "norm" } }, - "vit_base_patch14_reg4_dinov2:lvd142m": { + "vit_base_patch14_reg4_dinov2-lvd142m": { "model_name": "vit_base_patch14_reg4_dinov2", - "model_id": "vit_base_patch14_reg4_dinov2:lvd142m", + "model_id": "vit_base_patch14_reg4_dinov2-lvd142m", "timm_model_name": "vit_base_patch14_reg4_dinov2.lvd142m", "is_vit": true, "model_commitment": { @@ -504,9 +504,9 @@ "behavioral_readout_layer": "norm" } }, - "vit_base_patch16_dinov3:lvd1689m": { + "vit_base_patch16_dinov3-lvd1689m": { "model_name": "vit_base_patch16_dinov3", - "model_id": "vit_base_patch16_dinov3:lvd1689m", + "model_id": "vit_base_patch16_dinov3-lvd1689m", "timm_model_name": "vit_base_patch16_dinov3.lvd1689m", "is_vit": true, "model_commitment": {