From 75de4de55da8a3f76e9ef7644ff86e181a102c63 Mon Sep 17 00:00:00 2001 From: nshah Date: Wed, 29 Oct 2025 20:00:23 -0400 Subject: [PATCH 1/9] "added first four metadata tags" --- brainscore_vision/models/AlexNet_SIN/metadata.yaml | 4 ++-- brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml | 4 ++-- brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml | 4 ++-- brainscore_vision/models/resnet50_vicregl0p9/metadata.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/brainscore_vision/models/AlexNet_SIN/metadata.yaml b/brainscore_vision/models/AlexNet_SIN/metadata.yaml index 3766ff507..47a05fe49 100644 --- a/brainscore_vision/models/AlexNet_SIN/metadata.yaml +++ b/brainscore_vision/models/AlexNet_SIN/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 25 trainable_layers: 8 model_size_mb: 244.4 - training_dataset: null - task_specialization: null + training_dataset: ImageNet, TensorFlow + task_specialization: object_detection, object_recognition brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AlexNet_SIN huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml b/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml index 300c6d574..db1db783e 100644 --- a/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml +++ b/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 251 trainable_layers: 86 model_size_mb: 102.8 - training_dataset: null - task_specialization: null + training_dataset: ImageNet_ILSVRC-2010, ImageNet_ILSVRC-2012 + task_specialization: Image_Classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/Res2Net50_26w_4s huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml b/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml index 42ab64424..0a26b751d 100644 --- a/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml +++ b/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 151 trainable_layers: 54 model_size_mb: 102.23 - training_dataset: null - task_specialization: null + training_dataset: ImageNet_2012, CIFAR-100 + task_specialization: object_detection, class_activation_mapping, salient_object_detection brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/resnet50_vicregl0p75 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/resnet50_vicregl0p9/metadata.yaml b/brainscore_vision/models/resnet50_vicregl0p9/metadata.yaml index fbf9f2303..86729b495 100644 --- a/brainscore_vision/models/resnet50_vicregl0p9/metadata.yaml +++ b/brainscore_vision/models/resnet50_vicregl0p9/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 151 trainable_layers: 54 model_size_mb: 102.23 - training_dataset: null - task_specialization: null + training_dataset: ImageNet_2012 + task_specialization: object_detection brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/resnet50_vicregl0p9 huggingface_link: null extra_notes: null From 4a2cc41e0c6750356e40a1412a32a6cd5d6f73c3 Mon Sep 17 00:00:00 2001 From: nshah Date: Wed, 29 Oct 2025 20:03:08 -0400 Subject: [PATCH 2/9] "added first four metadata tags" --- brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml | 4 ++-- brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml b/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml index db1db783e..4040ef09a 100644 --- a/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml +++ b/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 251 trainable_layers: 86 model_size_mb: 102.8 - training_dataset: ImageNet_ILSVRC-2010, ImageNet_ILSVRC-2012 - task_specialization: Image_Classification + training_dataset: ImageNet_ILSVRC-2010, ImageNet_ILSVRC-2012, CIFAR-100 + task_specialization: object_detection, class_activation_mapping, salient_object_detection brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/Res2Net50_26w_4s huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml b/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml index 0a26b751d..5b706e556 100644 --- a/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml +++ b/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 151 trainable_layers: 54 model_size_mb: 102.23 - training_dataset: ImageNet_2012, CIFAR-100 - task_specialization: object_detection, class_activation_mapping, salient_object_detection + training_dataset: ImageNet_2012 + task_specialization: object_detection brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/resnet50_vicregl0p75 huggingface_link: null extra_notes: null From 83eb1dde64367327325f52b4d730cf94a1f1a1f8 Mon Sep 17 00:00:00 2001 From: nshah Date: Wed, 29 Oct 2025 20:07:09 -0400 Subject: [PATCH 3/9] "added metadata tags" --- brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml | 2 +- brainscore_vision/models/alexnet_ks_torevert/metadata.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml b/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml index 4040ef09a..e7bf44e09 100644 --- a/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml +++ b/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 251 trainable_layers: 86 model_size_mb: 102.8 - training_dataset: ImageNet_ILSVRC-2010, ImageNet_ILSVRC-2012, CIFAR-100 + training_dataset: ImageNet, CIFAR-100 task_specialization: object_detection, class_activation_mapping, salient_object_detection brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/Res2Net50_26w_4s huggingface_link: null diff --git a/brainscore_vision/models/alexnet_ks_torevert/metadata.yaml b/brainscore_vision/models/alexnet_ks_torevert/metadata.yaml index 727b58ea6..6f4924a43 100644 --- a/brainscore_vision/models/alexnet_ks_torevert/metadata.yaml +++ b/brainscore_vision/models/alexnet_ks_torevert/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 24 trainable_layers: 8 model_size_mb: 244.4 - training_dataset: null - task_specialization: null + training_dataset: ImageNet-2010, ImageNet2012 + task_specialization: object_recgonition brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/alexnet_ks_torevert huggingface_link: null extra_notes: null From 1e4fca89772ab5d5494c6ca31469ca4c8d3ecf35 Mon Sep 17 00:00:00 2001 From: nshah Date: Tue, 9 Dec 2025 22:01:13 -0500 Subject: [PATCH 4/9] "added metadata tags" --- brainscore_vision/benchmarks/cadena2017/metadata.yaml | 2 +- brainscore_vision/benchmarks/imagenet/metadata.yaml | 4 ++-- brainscore_vision/benchmarks/imagenet_c/metadata.yaml | 4 ++-- brainscore_vision/benchmarks/islam2021/metadata.yaml | 4 ++-- brainscore_vision/benchmarks/marques2020/metadata.yaml | 2 +- .../models/AdvProp_efficientnet_b2/metadata.yaml | 4 ++-- .../models/AdvProp_efficientnet_b4/metadata.yaml | 4 ++-- .../models/AdvProp_efficientnet_b7/metadata.yaml | 4 ++-- .../models/AdvProp_efficientnet_b8/metadata.yaml | 4 ++-- brainscore_vision/models/ViT_L_32_imagenet1k/metadata.yaml | 4 ++-- brainscore_vision/models/alexnet/metadata.yaml | 4 ++-- brainscore_vision/models/alexnet_testing/metadata.yaml | 4 ++-- brainscore_vision/models/clip/metadata.yaml | 4 ++-- brainscore_vision/models/clipvision/metadata.yaml | 4 ++-- brainscore_vision/models/cornet_s/metadata.yaml | 4 ++-- brainscore_vision/models/effnetb1_272x240/metadata.yaml | 4 ++-- .../effnetb1_cutmix_augmix_sam_e1_5avg_424x377/metadata.yaml | 4 ++-- .../metadata.yaml | 4 ++-- brainscore_vision/models/evresnet_50_1/metadata.yaml | 4 ++-- brainscore_vision/models/evresnet_50_4/metadata.yaml | 4 ++-- .../models/evresnet_50_4_no_mapping/metadata.yaml | 4 ++-- brainscore_vision/models/grcnn_109/metadata.yaml | 4 ++-- brainscore_vision/models/hmax/metadata.yaml | 4 ++-- brainscore_vision/models/mobilevit_small/metadata.yaml | 4 ++-- .../models/resnet50_primary_visual_cortex/metadata.yml | 4 ++-- brainscore_vision/models/voneresnet_50_1/metadata.yaml | 4 ++-- brainscore_vision/models/voneresnet_50_3/metadata.yaml | 4 ++-- .../models/voneresnet_50_no_weight/metadata.yaml | 4 ++-- .../models/voneresnet_50_non_stochastic/metadata.yaml | 4 ++-- 29 files changed, 56 insertions(+), 56 deletions(-) diff --git a/brainscore_vision/benchmarks/cadena2017/metadata.yaml b/brainscore_vision/benchmarks/cadena2017/metadata.yaml index 2c6e25015..1655a33e6 100644 --- a/brainscore_vision/benchmarks/cadena2017/metadata.yaml +++ b/brainscore_vision/benchmarks/cadena2017/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: macaque datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/imagenet/metadata.yaml b/brainscore_vision/benchmarks/imagenet/metadata.yaml index fd425bdb5..54bd6fa24 100644 --- a/brainscore_vision/benchmarks/imagenet/metadata.yaml +++ b/brainscore_vision/benchmarks/imagenet/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: computer datatype: engineering num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/imagenet_c/metadata.yaml b/brainscore_vision/benchmarks/imagenet_c/metadata.yaml index d0584fc51..9c112f255 100644 --- a/brainscore_vision/benchmarks/imagenet_c/metadata.yaml +++ b/brainscore_vision/benchmarks/imagenet_c/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: computer datatype: engineering num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/islam2021/metadata.yaml b/brainscore_vision/benchmarks/islam2021/metadata.yaml index f3d4f3697..99c441789 100644 --- a/brainscore_vision/benchmarks/islam2021/metadata.yaml +++ b/brainscore_vision/benchmarks/islam2021/metadata.yaml @@ -10,11 +10,11 @@ benchmarks: data: benchmark_type: neural task: null - region: IT + region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: computer datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/marques2020/metadata.yaml b/brainscore_vision/benchmarks/marques2020/metadata.yaml index db41af580..7c246fdb3 100644 --- a/brainscore_vision/benchmarks/marques2020/metadata.yaml +++ b/brainscore_vision/benchmarks/marques2020/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/models/AdvProp_efficientnet_b2/metadata.yaml b/brainscore_vision/models/AdvProp_efficientnet_b2/metadata.yaml index f3cae784f..146054757 100644 --- a/brainscore_vision/models/AdvProp_efficientnet_b2/metadata.yaml +++ b/brainscore_vision/models/AdvProp_efficientnet_b2/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 351 trainable_layers: 116 model_size_mb: 36.44 - training_dataset: null - task_specialization: null + training_dataset: ImageNet + task_specialization: Scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AdvProp_efficientnet_b2 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/AdvProp_efficientnet_b4/metadata.yaml b/brainscore_vision/models/AdvProp_efficientnet_b4/metadata.yaml index ec7701795..9b39152d2 100644 --- a/brainscore_vision/models/AdvProp_efficientnet_b4/metadata.yaml +++ b/brainscore_vision/models/AdvProp_efficientnet_b4/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 486 trainable_layers: 161 model_size_mb: 77.37 - training_dataset: null - task_specialization: null + training_dataset: ImageNet + task_specialization: Scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AdvProp_efficientnet_b4 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/AdvProp_efficientnet_b7/metadata.yaml b/brainscore_vision/models/AdvProp_efficientnet_b7/metadata.yaml index 4bbf22eae..f7fe2721d 100644 --- a/brainscore_vision/models/AdvProp_efficientnet_b7/metadata.yaml +++ b/brainscore_vision/models/AdvProp_efficientnet_b7/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 825 trainable_layers: 274 model_size_mb: 265.39 - training_dataset: null - task_specialization: null + training_dataset: ImageNet + task_specialization: Scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AdvProp_efficientnet_b7 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/AdvProp_efficientnet_b8/metadata.yaml b/brainscore_vision/models/AdvProp_efficientnet_b8/metadata.yaml index b0a507bdd..73f800f33 100644 --- a/brainscore_vision/models/AdvProp_efficientnet_b8/metadata.yaml +++ b/brainscore_vision/models/AdvProp_efficientnet_b8/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 915 trainable_layers: 304 model_size_mb: 349.65 - training_dataset: null - task_specialization: null + training_dataset: ImageNet + task_specialization: Scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AdvProp_efficientnet_b8 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/ViT_L_32_imagenet1k/metadata.yaml b/brainscore_vision/models/ViT_L_32_imagenet1k/metadata.yaml index c677e0eb5..5303a9e4a 100644 --- a/brainscore_vision/models/ViT_L_32_imagenet1k/metadata.yaml +++ b/brainscore_vision/models/ViT_L_32_imagenet1k/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 319 trainable_layers: 148 model_size_mb: 1226.53 - training_dataset: null - task_specialization: null + training_dataset: ImageNet, CIFAR-100, VTAB + task_specialization: Image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/ViT_L_32_imagenet1k huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/alexnet/metadata.yaml b/brainscore_vision/models/alexnet/metadata.yaml index be75fa2cb..0a2be6642 100644 --- a/brainscore_vision/models/alexnet/metadata.yaml +++ b/brainscore_vision/models/alexnet/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 24 trainable_layers: 8 model_size_mb: 244.4 - training_dataset: null - task_specialization: null + training_dataset: ImageNet_2010, ILSVRC-2010 + task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/alexnet huggingface_link: https://huggingface.co/alexnet extra_notes: null diff --git a/brainscore_vision/models/alexnet_testing/metadata.yaml b/brainscore_vision/models/alexnet_testing/metadata.yaml index 546ef6348..e0f651c5f 100644 --- a/brainscore_vision/models/alexnet_testing/metadata.yaml +++ b/brainscore_vision/models/alexnet_testing/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 24 trainable_layers: 8 model_size_mb: 244.4 - training_dataset: null - task_specialization: null + training_dataset: ImageNet_2010, ILSVRC-2010 + task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/alexnet_testing huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/clip/metadata.yaml b/brainscore_vision/models/clip/metadata.yaml index 1a3830fcf..667035dc6 100644 --- a/brainscore_vision/models/clip/metadata.yaml +++ b/brainscore_vision/models/clip/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 153 trainable_layers: 74 model_size_mb: 349.82 - training_dataset: null - task_specialization: null + training_dataset: ImageNet, ImageNet-22k + task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/clip huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/clipvision/metadata.yaml b/brainscore_vision/models/clipvision/metadata.yaml index 0ee9aa178..46e78e584 100644 --- a/brainscore_vision/models/clipvision/metadata.yaml +++ b/brainscore_vision/models/clipvision/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 153 trainable_layers: 74 model_size_mb: 349.82 - training_dataset: null - task_specialization: null + training_dataset: ImageNet, ImageNet-22k + task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/clipvision huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/cornet_s/metadata.yaml b/brainscore_vision/models/cornet_s/metadata.yaml index 40b687635..7e09f05d3 100644 --- a/brainscore_vision/models/cornet_s/metadata.yaml +++ b/brainscore_vision/models/cornet_s/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 72 trainable_layers: 18 model_size_mb: 213.67 - training_dataset: null - task_specialization: null + training_dataset: ImageNet_2012 + task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/cornet_s huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/effnetb1_272x240/metadata.yaml b/brainscore_vision/models/effnetb1_272x240/metadata.yaml index 66be75bf4..4fe378206 100644 --- a/brainscore_vision/models/effnetb1_272x240/metadata.yaml +++ b/brainscore_vision/models/effnetb1_272x240/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 473 trainable_layers: 116 model_size_mb: 31.18 - training_dataset: null - task_specialization: null + training_dataset: ImageNet + task_specialization: Scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/effnetb1_272x240 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377/metadata.yaml b/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377/metadata.yaml index cb4787c08..75bf30fca 100644 --- a/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377/metadata.yaml +++ b/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 473 trainable_layers: 116 model_size_mb: 31.18 - training_dataset: null - task_specialization: null + training_dataset: ImageNet + task_specialization: Scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288/metadata.yaml b/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288/metadata.yaml index 86fd2ae96..ecbc30913 100644 --- a/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288/metadata.yaml +++ b/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 473 trainable_layers: 116 model_size_mb: 31.18 - training_dataset: null - task_specialization: null + training_dataset: ImageNet + task_specialization: Scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/evresnet_50_1/metadata.yaml b/brainscore_vision/models/evresnet_50_1/metadata.yaml index 8976108a2..c3ee95886 100644 --- a/brainscore_vision/models/evresnet_50_1/metadata.yaml +++ b/brainscore_vision/models/evresnet_50_1/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 171 trainable_layers: 54 model_size_mb: 112.62 - training_dataset: null - task_specialization: null + training_dataset: Tiny_ImageNet + task_specialization: Brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/evresnet_50_1 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/evresnet_50_4/metadata.yaml b/brainscore_vision/models/evresnet_50_4/metadata.yaml index aa8e6ae45..ebfef496e 100644 --- a/brainscore_vision/models/evresnet_50_4/metadata.yaml +++ b/brainscore_vision/models/evresnet_50_4/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 171 trainable_layers: 54 model_size_mb: 112.62 - training_dataset: null - task_specialization: null + training_dataset: Tiny_ImageNet + task_specialization: Brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/evresnet_50_4 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/evresnet_50_4_no_mapping/metadata.yaml b/brainscore_vision/models/evresnet_50_4_no_mapping/metadata.yaml index f924082d4..4097c1cfc 100644 --- a/brainscore_vision/models/evresnet_50_4_no_mapping/metadata.yaml +++ b/brainscore_vision/models/evresnet_50_4_no_mapping/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 171 trainable_layers: 54 model_size_mb: 112.62 - training_dataset: null - task_specialization: null + training_dataset: Tiny_ImageNet + task_specialization: Brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/evresnet_50_4_no_mapping huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/grcnn_109/metadata.yaml b/brainscore_vision/models/grcnn_109/metadata.yaml index 939e35f2f..f929f1122 100644 --- a/brainscore_vision/models/grcnn_109/metadata.yaml +++ b/brainscore_vision/models/grcnn_109/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 483 trainable_layers: 120 model_size_mb: 180.3 - training_dataset: null - task_specialization: null + training_dataset: custom_dataset + task_specialization: graph_recognition brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/grcnn_109 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/hmax/metadata.yaml b/brainscore_vision/models/hmax/metadata.yaml index 08b769801..665933962 100644 --- a/brainscore_vision/models/hmax/metadata.yaml +++ b/brainscore_vision/models/hmax/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 101 trainable_layers: 0 model_size_mb: 5.53 - training_dataset: null - task_specialization: null + training_dataset: ImageNet-1k + task_specialization: Brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/hmax huggingface_link: https://huggingface.co/hmax extra_notes: null diff --git a/brainscore_vision/models/mobilevit_small/metadata.yaml b/brainscore_vision/models/mobilevit_small/metadata.yaml index 938391f05..dc8a90f95 100644 --- a/brainscore_vision/models/mobilevit_small/metadata.yaml +++ b/brainscore_vision/models/mobilevit_small/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 318 trainable_layers: 90 model_size_mb: 22.31 - training_dataset: null - task_specialization: null + training_dataset: ImageNet-1k, PyTorch + task_specialization: image_classification, object_detection, mobile_vision brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/mobilevit_small huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/resnet50_primary_visual_cortex/metadata.yml b/brainscore_vision/models/resnet50_primary_visual_cortex/metadata.yml index 5b393c256..a8f85a4ae 100644 --- a/brainscore_vision/models/resnet50_primary_visual_cortex/metadata.yml +++ b/brainscore_vision/models/resnet50_primary_visual_cortex/metadata.yml @@ -7,8 +7,8 @@ models: total_layers: 164 trainable_layers: 60 model_size_mb: 140.63 - training_dataset: null - task_specialization: null + training_dataset: ImageNet, Tiny_ImageNet + task_specialization: Brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/resnet50_primary_visual_cortex huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/voneresnet_50_1/metadata.yaml b/brainscore_vision/models/voneresnet_50_1/metadata.yaml index bd776baf6..4b4c884c1 100644 --- a/brainscore_vision/models/voneresnet_50_1/metadata.yaml +++ b/brainscore_vision/models/voneresnet_50_1/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 158 trainable_layers: 54 model_size_mb: 114.13 - training_dataset: null - task_specialization: null + training_dataset: Tiny_ImageNet + task_specialization: Brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/voneresnet_50_1 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/voneresnet_50_3/metadata.yaml b/brainscore_vision/models/voneresnet_50_3/metadata.yaml index 8e6690dfc..4de9f123b 100644 --- a/brainscore_vision/models/voneresnet_50_3/metadata.yaml +++ b/brainscore_vision/models/voneresnet_50_3/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 158 trainable_layers: 54 model_size_mb: 114.13 - training_dataset: null - task_specialization: null + training_dataset: Tiny_ImageNet + task_specialization: Brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/voneresnet_50_3 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/voneresnet_50_no_weight/metadata.yaml b/brainscore_vision/models/voneresnet_50_no_weight/metadata.yaml index 5a4dc9732..e8d9361d1 100644 --- a/brainscore_vision/models/voneresnet_50_no_weight/metadata.yaml +++ b/brainscore_vision/models/voneresnet_50_no_weight/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 159 trainable_layers: 54 model_size_mb: 110.0 - training_dataset: null - task_specialization: null + training_dataset: Tiny_ImageNet + task_specialization: Brain_Alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/voneresnet_50_no_weight huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/voneresnet_50_non_stochastic/metadata.yaml b/brainscore_vision/models/voneresnet_50_non_stochastic/metadata.yaml index 0306bb673..220fcdd81 100644 --- a/brainscore_vision/models/voneresnet_50_non_stochastic/metadata.yaml +++ b/brainscore_vision/models/voneresnet_50_non_stochastic/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 157 trainable_layers: 54 model_size_mb: 110.0 - training_dataset: null - task_specialization: null + training_dataset: ImageNet, + task_specialization: Image_recognition brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/voneresnet_50_non_stochastic huggingface_link: null extra_notes: null From db2de5781a0ba3291c1e3a54e512bcdf41f7638f Mon Sep 17 00:00:00 2001 From: nshah Date: Tue, 9 Dec 2025 22:04:55 -0500 Subject: [PATCH 5/9] "added metadata tags" --- brainscore_vision/benchmarks/geirhos2021/metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brainscore_vision/benchmarks/geirhos2021/metadata.yaml b/brainscore_vision/benchmarks/geirhos2021/metadata.yaml index acdbd7fc7..3b2599366 100644 --- a/brainscore_vision/benchmarks/geirhos2021/metadata.yaml +++ b/brainscore_vision/benchmarks/geirhos2021/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: 16-way-alternative_form_choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null From 09d9d043cb9c638b891e3e33c7828038778eb3c8 Mon Sep 17 00:00:00 2001 From: nshah Date: Tue, 16 Dec 2025 22:57:26 -0500 Subject: [PATCH 6/9] "added metadata tags" --- .../benchmarks/baker2022/metadata.yaml | 6 +- .../benchmarks/cadena2017/metadata.yaml | 6 +- .../benchmarks/ferguson2024/metadata.yaml | 28 ++-- .../benchmarks/geirhos2021/metadata.yaml | 134 +++++++++--------- .../benchmarks/hermann2020/metadata.yaml | 4 +- .../benchmarks/imagenet/metadata.yaml | 4 +- .../benchmarks/imagenet_c/metadata.yaml | 8 +- .../benchmarks/islam2021/metadata.yaml | 32 ++--- .../benchmarks/majajhong2015/metadata.yaml | 48 +++---- .../benchmarks/maniquet2024/metadata.yaml | 8 +- .../benchmarks/marques2020/metadata.yaml | 42 +++--- .../benchmarks/rajalingham2018/metadata.yaml | 8 +- 12 files changed, 164 insertions(+), 164 deletions(-) diff --git a/brainscore_vision/benchmarks/baker2022/metadata.yaml b/brainscore_vision/benchmarks/baker2022/metadata.yaml index d483e4593..fa8b05dfd 100644 --- a/brainscore_vision/benchmarks/baker2022/metadata.yaml +++ b/brainscore_vision/benchmarks/baker2022/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null @@ -37,7 +37,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null @@ -65,7 +65,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null diff --git a/brainscore_vision/benchmarks/cadena2017/metadata.yaml b/brainscore_vision/benchmarks/cadena2017/metadata.yaml index 1655a33e6..b6b3dbf9d 100644 --- a/brainscore_vision/benchmarks/cadena2017/metadata.yaml +++ b/brainscore_vision/benchmarks/cadena2017/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null + task: passive viewing region: V1 hemisphere: null num_recording_sites: null @@ -37,12 +37,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null + task: passive viewing region: V1 hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: macaque datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/ferguson2024/metadata.yaml b/brainscore_vision/benchmarks/ferguson2024/metadata.yaml index bcf763935..582f92ded 100644 --- a/brainscore_vision/benchmarks/ferguson2024/metadata.yaml +++ b/brainscore_vision/benchmarks/ferguson2024/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -34,7 +34,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -59,7 +59,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -84,7 +84,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -109,7 +109,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -134,7 +134,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -159,7 +159,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -184,7 +184,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -209,7 +209,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -234,7 +234,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -259,7 +259,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -284,7 +284,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -309,7 +309,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral @@ -334,7 +334,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: 2_way_afc + task: alternative form choice duration_ms: 200 species: human datatype: behavioral diff --git a/brainscore_vision/benchmarks/geirhos2021/metadata.yaml b/brainscore_vision/benchmarks/geirhos2021/metadata.yaml index 3b2599366..7e3623d31 100644 --- a/brainscore_vision/benchmarks/geirhos2021/metadata.yaml +++ b/brainscore_vision/benchmarks/geirhos2021/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: 16-way-alternative_form_choice + task: passive viewing region: null hemisphere: null num_recording_sites: null @@ -37,12 +37,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -65,12 +65,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -93,12 +93,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -121,12 +121,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -149,12 +149,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -177,12 +177,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -205,12 +205,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -233,12 +233,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -261,12 +261,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -290,11 +290,11 @@ benchmarks: data: benchmark_type: engineering task: null - region: null + region: passive viewing hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -317,12 +317,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -345,12 +345,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -373,12 +373,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -401,12 +401,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -429,12 +429,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -457,12 +457,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: engineering num_subjects: null pre_processing: null @@ -485,12 +485,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -513,12 +513,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -541,12 +541,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 10 pre_processing: null @@ -569,12 +569,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 10 pre_processing: null @@ -597,12 +597,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -625,12 +625,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -653,12 +653,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -681,12 +681,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -709,12 +709,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -737,12 +737,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -765,12 +765,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -793,12 +793,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -821,12 +821,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null @@ -849,12 +849,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 10 pre_processing: null @@ -877,12 +877,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 7 pre_processing: null @@ -905,12 +905,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 5 pre_processing: null @@ -933,12 +933,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: 4 pre_processing: null diff --git a/brainscore_vision/benchmarks/hermann2020/metadata.yaml b/brainscore_vision/benchmarks/hermann2020/metadata.yaml index 769e43be2..fa585f462 100644 --- a/brainscore_vision/benchmarks/hermann2020/metadata.yaml +++ b/brainscore_vision/benchmarks/hermann2020/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavior - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null @@ -37,7 +37,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavior - task: null + task: passive viewing region: null hemisphere: null num_recording_sites: null diff --git a/brainscore_vision/benchmarks/imagenet/metadata.yaml b/brainscore_vision/benchmarks/imagenet/metadata.yaml index 54bd6fa24..fd425bdb5 100644 --- a/brainscore_vision/benchmarks/imagenet/metadata.yaml +++ b/brainscore_vision/benchmarks/imagenet/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: alternative form choice + task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: computer + species: null datatype: engineering num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/imagenet_c/metadata.yaml b/brainscore_vision/benchmarks/imagenet_c/metadata.yaml index 9c112f255..a80788176 100644 --- a/brainscore_vision/benchmarks/imagenet_c/metadata.yaml +++ b/brainscore_vision/benchmarks/imagenet_c/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: computer + species: null datatype: engineering num_subjects: null pre_processing: null @@ -37,7 +37,7 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null @@ -65,7 +65,7 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null @@ -93,7 +93,7 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null diff --git a/brainscore_vision/benchmarks/islam2021/metadata.yaml b/brainscore_vision/benchmarks/islam2021/metadata.yaml index 99c441789..bb1a51b21 100644 --- a/brainscore_vision/benchmarks/islam2021/metadata.yaml +++ b/brainscore_vision/benchmarks/islam2021/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: computer + species: null datatype: null num_subjects: null pre_processing: null @@ -37,8 +37,8 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: V4 + task: alternative form choice + region: null hemisphere: null num_recording_sites: null duration_ms: null @@ -65,8 +65,8 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: V2 + task: alternative form choice + region: null hemisphere: null num_recording_sites: null duration_ms: null @@ -93,8 +93,8 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: V4 + task: alternative form choice + region: null hemisphere: null num_recording_sites: null duration_ms: null @@ -121,8 +121,8 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: IT + task: alternative form choice + region: null hemisphere: null num_recording_sites: null duration_ms: null @@ -149,8 +149,8 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: V1 + task: alternative form choice + region: null hemisphere: null num_recording_sites: null duration_ms: null @@ -177,8 +177,8 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: V2 + task: alternative form choice + region: null hemisphere: null num_recording_sites: null duration_ms: null @@ -205,8 +205,8 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: V4 + task: alternative form choice + region: null hemisphere: null num_recording_sites: null duration_ms: null diff --git a/brainscore_vision/benchmarks/majajhong2015/metadata.yaml b/brainscore_vision/benchmarks/majajhong2015/metadata.yaml index 643fc6765..e31054b84 100644 --- a/brainscore_vision/benchmarks/majajhong2015/metadata.yaml +++ b/brainscore_vision/benchmarks/majajhong2015/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: IT - hemisphere: L + task: alternative form choice + region: V4, IT + hemisphere: R num_recording_sites: null duration_ms: null - species: null + species: human, macaque datatype: null num_subjects: null pre_processing: null @@ -37,12 +37,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: V4 - hemisphere: L + task: alternative form choice + region: V4, IT + hemisphere: R num_recording_sites: null duration_ms: null - species: null + species: human, macaque datatype: null num_subjects: null pre_processing: null @@ -65,12 +65,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: IT - hemisphere: L + task: alternative form choice + region: V4, IT + hemisphere: R num_recording_sites: null duration_ms: null - species: null + species: human, macaque datatype: null num_subjects: null pre_processing: null @@ -93,12 +93,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: IT - hemisphere: L + task: alternative form choice + region: V4, IT + hemisphere: R num_recording_sites: null duration_ms: null - species: null + species: human, macaque datatype: null num_subjects: null pre_processing: null @@ -121,12 +121,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: V4 - hemisphere: L + task: alternative form choice + region: V4, IT + hemisphere: R num_recording_sites: null duration_ms: null - species: null + species: human, macaque datatype: null num_subjects: null pre_processing: null @@ -149,12 +149,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: null - region: V4 - hemisphere: L + task: alternative form choice + region: V4, IT + hemisphere: R num_recording_sites: null duration_ms: null - species: null + species: human, macaque datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/maniquet2024/metadata.yaml b/brainscore_vision/benchmarks/maniquet2024/metadata.yaml index 598461bb9..5e376be3a 100644 --- a/brainscore_vision/benchmarks/maniquet2024/metadata.yaml +++ b/brainscore_vision/benchmarks/maniquet2024/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: null pre_processing: null @@ -37,12 +37,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human datatype: behavioral num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/marques2020/metadata.yaml b/brainscore_vision/benchmarks/marques2020/metadata.yaml index 7c246fdb3..c6e45e9cc 100644 --- a/brainscore_vision/benchmarks/marques2020/metadata.yaml +++ b/brainscore_vision/benchmarks/marques2020/metadata.yaml @@ -42,7 +42,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -70,7 +70,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -98,7 +98,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -126,7 +126,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -154,7 +154,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -182,7 +182,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -210,7 +210,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -238,7 +238,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -266,7 +266,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -294,7 +294,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -322,7 +322,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -350,7 +350,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -378,7 +378,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -406,7 +406,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -434,7 +434,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -462,7 +462,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -490,7 +490,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -518,7 +518,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -546,7 +546,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -574,7 +574,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null @@ -602,7 +602,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: macaque datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/rajalingham2018/metadata.yaml b/brainscore_vision/benchmarks/rajalingham2018/metadata.yaml index 62af31cfa..40e95ed5d 100644 --- a/brainscore_vision/benchmarks/rajalingham2018/metadata.yaml +++ b/brainscore_vision/benchmarks/rajalingham2018/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human, macaque datatype: behavioral num_subjects: null pre_processing: null @@ -37,12 +37,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: null + task: alternative form choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: null + species: human, macaque datatype: behavioral num_subjects: null pre_processing: null From 4d6ca0982868afbc49223ea27b92936d4eda9d2d Mon Sep 17 00:00:00 2001 From: mferg Date: Wed, 17 Dec 2025 09:58:32 -0500 Subject: [PATCH 7/9] normalize tags --- .../benchmarks/baker2022/metadata.yaml | 6 ++-- .../benchmarks/cadena2017/metadata.yaml | 4 +-- .../benchmarks/ferguson2024/metadata.yaml | 28 +++++++++---------- .../AdvProp_efficientnet_b2/metadata.yaml | 4 +-- .../AdvProp_efficientnet_b4/metadata.yaml | 4 +-- .../AdvProp_efficientnet_b7/metadata.yaml | 4 +-- .../AdvProp_efficientnet_b8/metadata.yaml | 4 +-- .../models/AlexNet_SIN/metadata.yaml | 4 +-- .../models/Res2Net50_26w_4s/metadata.yaml | 2 +- .../models/ViT_L_32_imagenet1k/metadata.yaml | 4 +-- .../models/alexnet/metadata.yaml | 2 +- .../models/alexnet_ks_torevert/metadata.yaml | 4 +-- .../models/alexnet_testing/metadata.yaml | 2 +- brainscore_vision/models/clip/metadata.yaml | 2 +- .../models/clipvision/metadata.yaml | 2 +- .../models/cornet_s/metadata.yaml | 2 +- .../models/effnetb1_272x240/metadata.yaml | 4 +-- .../metadata.yaml | 4 +-- .../metadata.yaml | 4 +-- .../models/evresnet_50_1/metadata.yaml | 2 +- .../models/evresnet_50_4/metadata.yaml | 2 +- .../evresnet_50_4_no_mapping/metadata.yaml | 2 +- brainscore_vision/models/hmax/metadata.yaml | 2 +- .../models/mobilevit_small/metadata.yaml | 2 +- .../metadata.yml | 4 +-- .../models/resnet50_vicregl0p75/metadata.yaml | 2 +- .../models/resnet50_vicregl0p9/metadata.yaml | 2 +- .../models/voneresnet_50_1/metadata.yaml | 2 +- .../models/voneresnet_50_3/metadata.yaml | 2 +- .../voneresnet_50_no_weight/metadata.yaml | 2 +- .../metadata.yaml | 4 +-- 31 files changed, 59 insertions(+), 59 deletions(-) diff --git a/brainscore_vision/benchmarks/baker2022/metadata.yaml b/brainscore_vision/benchmarks/baker2022/metadata.yaml index fa8b05dfd..3521ac2fe 100644 --- a/brainscore_vision/benchmarks/baker2022/metadata.yaml +++ b/brainscore_vision/benchmarks/baker2022/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -37,7 +37,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -65,7 +65,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null diff --git a/brainscore_vision/benchmarks/cadena2017/metadata.yaml b/brainscore_vision/benchmarks/cadena2017/metadata.yaml index b6b3dbf9d..b996a5510 100644 --- a/brainscore_vision/benchmarks/cadena2017/metadata.yaml +++ b/brainscore_vision/benchmarks/cadena2017/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: passive viewing + task: passive_viewing region: V1 hemisphere: null num_recording_sites: null @@ -37,7 +37,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: passive viewing + task: passive_viewing region: V1 hemisphere: null num_recording_sites: null diff --git a/brainscore_vision/benchmarks/ferguson2024/metadata.yaml b/brainscore_vision/benchmarks/ferguson2024/metadata.yaml index 582f92ded..cfe4eeebc 100644 --- a/brainscore_vision/benchmarks/ferguson2024/metadata.yaml +++ b/brainscore_vision/benchmarks/ferguson2024/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -34,7 +34,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -59,7 +59,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -84,7 +84,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -109,7 +109,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -134,7 +134,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -159,7 +159,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -184,7 +184,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -209,7 +209,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -234,7 +234,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -259,7 +259,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -284,7 +284,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -309,7 +309,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral @@ -334,7 +334,7 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice duration_ms: 200 species: human datatype: behavioral diff --git a/brainscore_vision/models/AdvProp_efficientnet_b2/metadata.yaml b/brainscore_vision/models/AdvProp_efficientnet_b2/metadata.yaml index 146054757..68fe7c005 100644 --- a/brainscore_vision/models/AdvProp_efficientnet_b2/metadata.yaml +++ b/brainscore_vision/models/AdvProp_efficientnet_b2/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 351 trainable_layers: 116 model_size_mb: 36.44 - training_dataset: ImageNet - task_specialization: Scaling_models + training_dataset: ImageNet-1k + task_specialization: scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AdvProp_efficientnet_b2 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/AdvProp_efficientnet_b4/metadata.yaml b/brainscore_vision/models/AdvProp_efficientnet_b4/metadata.yaml index 9b39152d2..b6d9d1956 100644 --- a/brainscore_vision/models/AdvProp_efficientnet_b4/metadata.yaml +++ b/brainscore_vision/models/AdvProp_efficientnet_b4/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 486 trainable_layers: 161 model_size_mb: 77.37 - training_dataset: ImageNet - task_specialization: Scaling_models + training_dataset: ImageNet-1k + task_specialization: scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AdvProp_efficientnet_b4 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/AdvProp_efficientnet_b7/metadata.yaml b/brainscore_vision/models/AdvProp_efficientnet_b7/metadata.yaml index f7fe2721d..c4e3e3012 100644 --- a/brainscore_vision/models/AdvProp_efficientnet_b7/metadata.yaml +++ b/brainscore_vision/models/AdvProp_efficientnet_b7/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 825 trainable_layers: 274 model_size_mb: 265.39 - training_dataset: ImageNet - task_specialization: Scaling_models + training_dataset: ImageNet-1k + task_specialization: scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AdvProp_efficientnet_b7 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/AdvProp_efficientnet_b8/metadata.yaml b/brainscore_vision/models/AdvProp_efficientnet_b8/metadata.yaml index 73f800f33..f38301b23 100644 --- a/brainscore_vision/models/AdvProp_efficientnet_b8/metadata.yaml +++ b/brainscore_vision/models/AdvProp_efficientnet_b8/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 915 trainable_layers: 304 model_size_mb: 349.65 - training_dataset: ImageNet - task_specialization: Scaling_models + training_dataset: ImageNet-1k + task_specialization: scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AdvProp_efficientnet_b8 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/AlexNet_SIN/metadata.yaml b/brainscore_vision/models/AlexNet_SIN/metadata.yaml index 47a05fe49..b48a5bf4a 100644 --- a/brainscore_vision/models/AlexNet_SIN/metadata.yaml +++ b/brainscore_vision/models/AlexNet_SIN/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 25 trainable_layers: 8 model_size_mb: 244.4 - training_dataset: ImageNet, TensorFlow - task_specialization: object_detection, object_recognition + training_dataset: ImageNet-1k + task_specialization: object_detection, image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/AlexNet_SIN huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml b/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml index e7bf44e09..644b51dcd 100644 --- a/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml +++ b/brainscore_vision/models/Res2Net50_26w_4s/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 251 trainable_layers: 86 model_size_mb: 102.8 - training_dataset: ImageNet, CIFAR-100 + training_dataset: ImageNet-1k, CIFAR-100 task_specialization: object_detection, class_activation_mapping, salient_object_detection brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/Res2Net50_26w_4s huggingface_link: null diff --git a/brainscore_vision/models/ViT_L_32_imagenet1k/metadata.yaml b/brainscore_vision/models/ViT_L_32_imagenet1k/metadata.yaml index 5303a9e4a..f46f68a15 100644 --- a/brainscore_vision/models/ViT_L_32_imagenet1k/metadata.yaml +++ b/brainscore_vision/models/ViT_L_32_imagenet1k/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 319 trainable_layers: 148 model_size_mb: 1226.53 - training_dataset: ImageNet, CIFAR-100, VTAB - task_specialization: Image_classification + training_dataset: ImageNet-1k, CIFAR-100, VTAB + task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/ViT_L_32_imagenet1k huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/alexnet/metadata.yaml b/brainscore_vision/models/alexnet/metadata.yaml index 0a2be6642..63255463c 100644 --- a/brainscore_vision/models/alexnet/metadata.yaml +++ b/brainscore_vision/models/alexnet/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 24 trainable_layers: 8 model_size_mb: 244.4 - training_dataset: ImageNet_2010, ILSVRC-2010 + training_dataset: ImageNet-1k task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/alexnet huggingface_link: https://huggingface.co/alexnet diff --git a/brainscore_vision/models/alexnet_ks_torevert/metadata.yaml b/brainscore_vision/models/alexnet_ks_torevert/metadata.yaml index 6f4924a43..b10d2a7be 100644 --- a/brainscore_vision/models/alexnet_ks_torevert/metadata.yaml +++ b/brainscore_vision/models/alexnet_ks_torevert/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 24 trainable_layers: 8 model_size_mb: 244.4 - training_dataset: ImageNet-2010, ImageNet2012 - task_specialization: object_recgonition + training_dataset: ImageNet-1k + task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/alexnet_ks_torevert huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/alexnet_testing/metadata.yaml b/brainscore_vision/models/alexnet_testing/metadata.yaml index e0f651c5f..e6687e84a 100644 --- a/brainscore_vision/models/alexnet_testing/metadata.yaml +++ b/brainscore_vision/models/alexnet_testing/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 24 trainable_layers: 8 model_size_mb: 244.4 - training_dataset: ImageNet_2010, ILSVRC-2010 + training_dataset: ImageNet-1k task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/alexnet_testing huggingface_link: null diff --git a/brainscore_vision/models/clip/metadata.yaml b/brainscore_vision/models/clip/metadata.yaml index 667035dc6..b89287490 100644 --- a/brainscore_vision/models/clip/metadata.yaml +++ b/brainscore_vision/models/clip/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 153 trainable_layers: 74 model_size_mb: 349.82 - training_dataset: ImageNet, ImageNet-22k + training_dataset: ImageNet-1k, ImageNet-22k task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/clip huggingface_link: null diff --git a/brainscore_vision/models/clipvision/metadata.yaml b/brainscore_vision/models/clipvision/metadata.yaml index 46e78e584..be20bdeed 100644 --- a/brainscore_vision/models/clipvision/metadata.yaml +++ b/brainscore_vision/models/clipvision/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 153 trainable_layers: 74 model_size_mb: 349.82 - training_dataset: ImageNet, ImageNet-22k + training_dataset: ImageNet-1k, ImageNet-22k task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/clipvision huggingface_link: null diff --git a/brainscore_vision/models/cornet_s/metadata.yaml b/brainscore_vision/models/cornet_s/metadata.yaml index 7e09f05d3..4cfd50606 100644 --- a/brainscore_vision/models/cornet_s/metadata.yaml +++ b/brainscore_vision/models/cornet_s/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 72 trainable_layers: 18 model_size_mb: 213.67 - training_dataset: ImageNet_2012 + training_dataset: ImageNet-1k task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/cornet_s huggingface_link: null diff --git a/brainscore_vision/models/effnetb1_272x240/metadata.yaml b/brainscore_vision/models/effnetb1_272x240/metadata.yaml index 4fe378206..84ab79131 100644 --- a/brainscore_vision/models/effnetb1_272x240/metadata.yaml +++ b/brainscore_vision/models/effnetb1_272x240/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 473 trainable_layers: 116 model_size_mb: 31.18 - training_dataset: ImageNet - task_specialization: Scaling_models + training_dataset: ImageNet-1k + task_specialization: scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/effnetb1_272x240 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377/metadata.yaml b/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377/metadata.yaml index 75bf30fca..e4eaea8e3 100644 --- a/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377/metadata.yaml +++ b/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 473 trainable_layers: 116 model_size_mb: 31.18 - training_dataset: ImageNet - task_specialization: Scaling_models + training_dataset: ImageNet-1k + task_specialization: scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/effnetb1_cutmix_augmix_sam_e1_5avg_424x377 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288/metadata.yaml b/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288/metadata.yaml index ecbc30913..022e182e0 100644 --- a/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288/metadata.yaml +++ b/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 473 trainable_layers: 116 model_size_mb: 31.18 - training_dataset: ImageNet - task_specialization: Scaling_models + training_dataset: ImageNet-1k + task_specialization: scaling_models brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/effnetb1_cutmixpatch_SAM_robust32_avge6e8e9e10_manylayers_324x288 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/evresnet_50_1/metadata.yaml b/brainscore_vision/models/evresnet_50_1/metadata.yaml index c3ee95886..bd50c1f83 100644 --- a/brainscore_vision/models/evresnet_50_1/metadata.yaml +++ b/brainscore_vision/models/evresnet_50_1/metadata.yaml @@ -8,7 +8,7 @@ models: trainable_layers: 54 model_size_mb: 112.62 training_dataset: Tiny_ImageNet - task_specialization: Brain_alignment + task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/evresnet_50_1 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/evresnet_50_4/metadata.yaml b/brainscore_vision/models/evresnet_50_4/metadata.yaml index ebfef496e..d1adf84f3 100644 --- a/brainscore_vision/models/evresnet_50_4/metadata.yaml +++ b/brainscore_vision/models/evresnet_50_4/metadata.yaml @@ -8,7 +8,7 @@ models: trainable_layers: 54 model_size_mb: 112.62 training_dataset: Tiny_ImageNet - task_specialization: Brain_alignment + task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/evresnet_50_4 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/evresnet_50_4_no_mapping/metadata.yaml b/brainscore_vision/models/evresnet_50_4_no_mapping/metadata.yaml index 4097c1cfc..5f555013e 100644 --- a/brainscore_vision/models/evresnet_50_4_no_mapping/metadata.yaml +++ b/brainscore_vision/models/evresnet_50_4_no_mapping/metadata.yaml @@ -8,7 +8,7 @@ models: trainable_layers: 54 model_size_mb: 112.62 training_dataset: Tiny_ImageNet - task_specialization: Brain_alignment + task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/evresnet_50_4_no_mapping huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/hmax/metadata.yaml b/brainscore_vision/models/hmax/metadata.yaml index 665933962..a9fd2c129 100644 --- a/brainscore_vision/models/hmax/metadata.yaml +++ b/brainscore_vision/models/hmax/metadata.yaml @@ -8,7 +8,7 @@ models: trainable_layers: 0 model_size_mb: 5.53 training_dataset: ImageNet-1k - task_specialization: Brain_alignment + task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/hmax huggingface_link: https://huggingface.co/hmax extra_notes: null diff --git a/brainscore_vision/models/mobilevit_small/metadata.yaml b/brainscore_vision/models/mobilevit_small/metadata.yaml index dc8a90f95..22bc1e13c 100644 --- a/brainscore_vision/models/mobilevit_small/metadata.yaml +++ b/brainscore_vision/models/mobilevit_small/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 318 trainable_layers: 90 model_size_mb: 22.31 - training_dataset: ImageNet-1k, PyTorch + training_dataset: ImageNet-1k task_specialization: image_classification, object_detection, mobile_vision brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/mobilevit_small huggingface_link: null diff --git a/brainscore_vision/models/resnet50_primary_visual_cortex/metadata.yml b/brainscore_vision/models/resnet50_primary_visual_cortex/metadata.yml index a8f85a4ae..aa68cb791 100644 --- a/brainscore_vision/models/resnet50_primary_visual_cortex/metadata.yml +++ b/brainscore_vision/models/resnet50_primary_visual_cortex/metadata.yml @@ -7,8 +7,8 @@ models: total_layers: 164 trainable_layers: 60 model_size_mb: 140.63 - training_dataset: ImageNet, Tiny_ImageNet - task_specialization: Brain_alignment + training_dataset: ImageNet-1k, Tiny_ImageNet + task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/resnet50_primary_visual_cortex huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml b/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml index 5b706e556..c755d7b58 100644 --- a/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml +++ b/brainscore_vision/models/resnet50_vicregl0p75/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 151 trainable_layers: 54 model_size_mb: 102.23 - training_dataset: ImageNet_2012 + training_dataset: ImageNet-1k task_specialization: object_detection brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/resnet50_vicregl0p75 huggingface_link: null diff --git a/brainscore_vision/models/resnet50_vicregl0p9/metadata.yaml b/brainscore_vision/models/resnet50_vicregl0p9/metadata.yaml index 86729b495..a18ff0ded 100644 --- a/brainscore_vision/models/resnet50_vicregl0p9/metadata.yaml +++ b/brainscore_vision/models/resnet50_vicregl0p9/metadata.yaml @@ -7,7 +7,7 @@ models: total_layers: 151 trainable_layers: 54 model_size_mb: 102.23 - training_dataset: ImageNet_2012 + training_dataset: ImageNet-1k task_specialization: object_detection brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/resnet50_vicregl0p9 huggingface_link: null diff --git a/brainscore_vision/models/voneresnet_50_1/metadata.yaml b/brainscore_vision/models/voneresnet_50_1/metadata.yaml index 4b4c884c1..73ea48996 100644 --- a/brainscore_vision/models/voneresnet_50_1/metadata.yaml +++ b/brainscore_vision/models/voneresnet_50_1/metadata.yaml @@ -8,7 +8,7 @@ models: trainable_layers: 54 model_size_mb: 114.13 training_dataset: Tiny_ImageNet - task_specialization: Brain_alignment + task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/voneresnet_50_1 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/voneresnet_50_3/metadata.yaml b/brainscore_vision/models/voneresnet_50_3/metadata.yaml index 4de9f123b..47e6e02c6 100644 --- a/brainscore_vision/models/voneresnet_50_3/metadata.yaml +++ b/brainscore_vision/models/voneresnet_50_3/metadata.yaml @@ -8,7 +8,7 @@ models: trainable_layers: 54 model_size_mb: 114.13 training_dataset: Tiny_ImageNet - task_specialization: Brain_alignment + task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/voneresnet_50_3 huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/voneresnet_50_no_weight/metadata.yaml b/brainscore_vision/models/voneresnet_50_no_weight/metadata.yaml index e8d9361d1..1a1fb9dba 100644 --- a/brainscore_vision/models/voneresnet_50_no_weight/metadata.yaml +++ b/brainscore_vision/models/voneresnet_50_no_weight/metadata.yaml @@ -8,7 +8,7 @@ models: trainable_layers: 54 model_size_mb: 110.0 training_dataset: Tiny_ImageNet - task_specialization: Brain_Alignment + task_specialization: brain_alignment brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/voneresnet_50_no_weight huggingface_link: null extra_notes: null diff --git a/brainscore_vision/models/voneresnet_50_non_stochastic/metadata.yaml b/brainscore_vision/models/voneresnet_50_non_stochastic/metadata.yaml index 220fcdd81..0b2db9726 100644 --- a/brainscore_vision/models/voneresnet_50_non_stochastic/metadata.yaml +++ b/brainscore_vision/models/voneresnet_50_non_stochastic/metadata.yaml @@ -7,8 +7,8 @@ models: total_layers: 157 trainable_layers: 54 model_size_mb: 110.0 - training_dataset: ImageNet, - task_specialization: Image_recognition + training_dataset: ImageNet-1k + task_specialization: image_classification brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/models/voneresnet_50_non_stochastic huggingface_link: null extra_notes: null From 8cbf128135844757b3ed304590faa2fe58bd85eb Mon Sep 17 00:00:00 2001 From: mferg Date: Wed, 17 Dec 2025 10:09:37 -0500 Subject: [PATCH 8/9] benchmark normalization --- .../benchmarks/baker2022/metadata.yaml | 6 +- .../benchmarks/bmd2024/metadata.yaml | 8 +- .../benchmarks/bracci2019/metadata.yaml | 2 +- .../benchmarks/cadena2017/metadata.yaml | 4 +- .../coggan2024_behavior/metadata.yaml | 2 +- .../benchmarks/coggan2024_fMRI/metadata.yaml | 8 +- .../benchmarks/ferguson2024/metadata.yaml | 28 ++-- .../freemanziemba2013/metadata.yaml | 8 +- .../benchmarks/geirhos2021/metadata.yaml | 136 +++++++++--------- .../benchmarks/hebart2023/metadata.yaml | 4 +- .../benchmarks/hermann2020/metadata.yaml | 12 +- .../benchmarks/igustibagus2024/metadata.yaml | 2 +- .../benchmarks/imagenet_c/metadata.yaml | 8 +- .../benchmarks/islam2021/metadata.yaml | 16 +-- .../benchmarks/lonnqvist2024/metadata.yaml | 8 +- .../benchmarks/majajhong2015/metadata.yaml | 24 ++-- .../benchmarks/malania2007/metadata.yaml | 40 +++--- .../benchmarks/maniquet2024/metadata.yaml | 8 +- .../benchmarks/marques2020/metadata.yaml | 44 +++--- .../benchmarks/rajalingham2018/metadata.yaml | 8 +- .../benchmarks/scialom2024/metadata.yaml | 96 ++++++------- 21 files changed, 236 insertions(+), 236 deletions(-) diff --git a/brainscore_vision/benchmarks/baker2022/metadata.yaml b/brainscore_vision/benchmarks/baker2022/metadata.yaml index 3521ac2fe..8014713cd 100644 --- a/brainscore_vision/benchmarks/baker2022/metadata.yaml +++ b/brainscore_vision/benchmarks/baker2022/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 32 pre_processing: null @@ -42,7 +42,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 32 pre_processing: null @@ -70,7 +70,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 12 pre_processing: null diff --git a/brainscore_vision/benchmarks/bmd2024/metadata.yaml b/brainscore_vision/benchmarks/bmd2024/metadata.yaml index 298669ff9..7691129a8 100644 --- a/brainscore_vision/benchmarks/bmd2024/metadata.yaml +++ b/brainscore_vision/benchmarks/bmd2024/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 54 pre_processing: null @@ -42,7 +42,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 54 pre_processing: null @@ -70,7 +70,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 51 pre_processing: null @@ -98,7 +98,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 52 pre_processing: null diff --git a/brainscore_vision/benchmarks/bracci2019/metadata.yaml b/brainscore_vision/benchmarks/bracci2019/metadata.yaml index 3d7f0b3fa..1722efae1 100644 --- a/brainscore_vision/benchmarks/bracci2019/metadata.yaml +++ b/brainscore_vision/benchmarks/bracci2019/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: null num_subjects: 12 pre_processing: null diff --git a/brainscore_vision/benchmarks/cadena2017/metadata.yaml b/brainscore_vision/benchmarks/cadena2017/metadata.yaml index b996a5510..2b0538cae 100644 --- a/brainscore_vision/benchmarks/cadena2017/metadata.yaml +++ b/brainscore_vision/benchmarks/cadena2017/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -42,7 +42,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/coggan2024_behavior/metadata.yaml b/brainscore_vision/benchmarks/coggan2024_behavior/metadata.yaml index 6eb9c51d9..92204f1f0 100644 --- a/brainscore_vision/benchmarks/coggan2024_behavior/metadata.yaml +++ b/brainscore_vision/benchmarks/coggan2024_behavior/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 30 pre_processing: null diff --git a/brainscore_vision/benchmarks/coggan2024_fMRI/metadata.yaml b/brainscore_vision/benchmarks/coggan2024_fMRI/metadata.yaml index 47f65cbe8..d8d7b2451 100644 --- a/brainscore_vision/benchmarks/coggan2024_fMRI/metadata.yaml +++ b/brainscore_vision/benchmarks/coggan2024_fMRI/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: fMRI num_subjects: 9 pre_processing: null @@ -42,7 +42,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: fMRI num_subjects: 9 pre_processing: null @@ -70,7 +70,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: fMRI num_subjects: 9 pre_processing: null @@ -98,7 +98,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: fMRI num_subjects: 9 pre_processing: null diff --git a/brainscore_vision/benchmarks/ferguson2024/metadata.yaml b/brainscore_vision/benchmarks/ferguson2024/metadata.yaml index cfe4eeebc..7774e856d 100644 --- a/brainscore_vision/benchmarks/ferguson2024/metadata.yaml +++ b/brainscore_vision/benchmarks/ferguson2024/metadata.yaml @@ -11,7 +11,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 30 pre_processing: null @@ -36,7 +36,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 29 pre_processing: null @@ -61,7 +61,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 27 pre_processing: null @@ -86,7 +86,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 30 pre_processing: null @@ -111,7 +111,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 28 pre_processing: null @@ -136,7 +136,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 29 pre_processing: null @@ -161,7 +161,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 29 pre_processing: null @@ -186,7 +186,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 27 pre_processing: null @@ -211,7 +211,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 29 pre_processing: null @@ -236,7 +236,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 28 pre_processing: null @@ -261,7 +261,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 28 pre_processing: null @@ -286,7 +286,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 30 pre_processing: null @@ -311,7 +311,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 29 pre_processing: null @@ -336,7 +336,7 @@ benchmarks: benchmark_type: behavioral task: alternative_forced_choice duration_ms: 200 - species: human + species: homo_sapiens datatype: behavioral num_subjects: 30 pre_processing: null diff --git a/brainscore_vision/benchmarks/freemanziemba2013/metadata.yaml b/brainscore_vision/benchmarks/freemanziemba2013/metadata.yaml index 5bad1438c..68d9b93b3 100644 --- a/brainscore_vision/benchmarks/freemanziemba2013/metadata.yaml +++ b/brainscore_vision/benchmarks/freemanziemba2013/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: null num_subjects: null pre_processing: null @@ -42,7 +42,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: null num_subjects: null pre_processing: null @@ -70,7 +70,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: null num_subjects: null pre_processing: null @@ -98,7 +98,7 @@ benchmarks: hemisphere: null duration_ms: null num_recording_sites: null - species: human + species: homo_sapiens datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/geirhos2021/metadata.yaml b/brainscore_vision/benchmarks/geirhos2021/metadata.yaml index 7e3623d31..9688202ab 100644 --- a/brainscore_vision/benchmarks/geirhos2021/metadata.yaml +++ b/brainscore_vision/benchmarks/geirhos2021/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -37,12 +37,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -65,12 +65,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -93,12 +93,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -121,12 +121,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -149,12 +149,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -177,12 +177,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -205,12 +205,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -233,12 +233,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -261,12 +261,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -290,11 +290,11 @@ benchmarks: data: benchmark_type: engineering task: null - region: passive viewing + region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -317,12 +317,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -345,12 +345,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -373,12 +373,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -401,12 +401,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -429,12 +429,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -457,12 +457,12 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null @@ -485,12 +485,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -513,12 +513,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -541,12 +541,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 10 pre_processing: null @@ -569,12 +569,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 10 pre_processing: null @@ -597,12 +597,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -625,12 +625,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -653,12 +653,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -681,12 +681,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -709,12 +709,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -737,12 +737,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -765,12 +765,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -793,12 +793,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -821,12 +821,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null @@ -849,12 +849,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 10 pre_processing: null @@ -877,12 +877,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 7 pre_processing: null @@ -905,12 +905,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 5 pre_processing: null @@ -933,12 +933,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: passive viewing + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: 4 pre_processing: null diff --git a/brainscore_vision/benchmarks/hebart2023/metadata.yaml b/brainscore_vision/benchmarks/hebart2023/metadata.yaml index 6cb4d185a..af8d80255 100644 --- a/brainscore_vision/benchmarks/hebart2023/metadata.yaml +++ b/brainscore_vision/benchmarks/hebart2023/metadata.yaml @@ -8,13 +8,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/hebart2023 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/hermann2020/metadata.yaml b/brainscore_vision/benchmarks/hermann2020/metadata.yaml index fa585f462..853781226 100644 --- a/brainscore_vision/benchmarks/hermann2020/metadata.yaml +++ b/brainscore_vision/benchmarks/hermann2020/metadata.yaml @@ -8,13 +8,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/hermann2020 extra_notes: null data: - benchmark_type: behavior - task: passive viewing + benchmark_type: behavioral + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -36,13 +36,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/hermann2020 extra_notes: null data: - benchmark_type: behavior - task: passive viewing + benchmark_type: behavioral + task: passive_viewing region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/igustibagus2024/metadata.yaml b/brainscore_vision/benchmarks/igustibagus2024/metadata.yaml index bf73b8f51..e07524d2a 100644 --- a/brainscore_vision/benchmarks/igustibagus2024/metadata.yaml +++ b/brainscore_vision/benchmarks/igustibagus2024/metadata.yaml @@ -42,7 +42,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: engineering num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/imagenet_c/metadata.yaml b/brainscore_vision/benchmarks/imagenet_c/metadata.yaml index a80788176..75bcef908 100644 --- a/brainscore_vision/benchmarks/imagenet_c/metadata.yaml +++ b/brainscore_vision/benchmarks/imagenet_c/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -37,7 +37,7 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -65,7 +65,7 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -93,7 +93,7 @@ benchmarks: extra_notes: null data: benchmark_type: engineering - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null diff --git a/brainscore_vision/benchmarks/islam2021/metadata.yaml b/brainscore_vision/benchmarks/islam2021/metadata.yaml index bb1a51b21..f1fc67fda 100644 --- a/brainscore_vision/benchmarks/islam2021/metadata.yaml +++ b/brainscore_vision/benchmarks/islam2021/metadata.yaml @@ -9,7 +9,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -37,7 +37,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -65,7 +65,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -93,7 +93,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -121,7 +121,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -149,7 +149,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -177,7 +177,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null @@ -205,7 +205,7 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null diff --git a/brainscore_vision/benchmarks/lonnqvist2024/metadata.yaml b/brainscore_vision/benchmarks/lonnqvist2024/metadata.yaml index 005089561..725dcaf85 100644 --- a/brainscore_vision/benchmarks/lonnqvist2024/metadata.yaml +++ b/brainscore_vision/benchmarks/lonnqvist2024/metadata.yaml @@ -15,7 +15,7 @@ benchmarks: num_recording_sites: null duration_ms: null species: null - datatype: behavioral_data + datatype: behavioral num_subjects: 10 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/lonnqvist2024 @@ -43,7 +43,7 @@ benchmarks: num_recording_sites: null duration_ms: null species: null - datatype: behavioral_data + datatype: behavioral num_subjects: 10 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/lonnqvist2024 @@ -71,7 +71,7 @@ benchmarks: num_recording_sites: null duration_ms: null species: null - datatype: behavioral_data + datatype: behavioral num_subjects: 10 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/lonnqvist2024 @@ -99,7 +99,7 @@ benchmarks: num_recording_sites: null duration_ms: null species: null - datatype: behavioral_data + datatype: behavioral num_subjects: 92 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/lonnqvist2024 diff --git a/brainscore_vision/benchmarks/majajhong2015/metadata.yaml b/brainscore_vision/benchmarks/majajhong2015/metadata.yaml index e31054b84..b21c4704e 100644 --- a/brainscore_vision/benchmarks/majajhong2015/metadata.yaml +++ b/brainscore_vision/benchmarks/majajhong2015/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: V4, IT hemisphere: R num_recording_sites: null duration_ms: null - species: human, macaque + species: homo_sapiens, macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -37,12 +37,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: V4, IT hemisphere: R num_recording_sites: null duration_ms: null - species: human, macaque + species: homo_sapiens, macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -65,12 +65,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: V4, IT hemisphere: R num_recording_sites: null duration_ms: null - species: human, macaque + species: homo_sapiens, macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -93,12 +93,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: V4, IT hemisphere: R num_recording_sites: null duration_ms: null - species: human, macaque + species: homo_sapiens, macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -121,12 +121,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: V4, IT hemisphere: R num_recording_sites: null duration_ms: null - species: human, macaque + species: homo_sapiens, macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -149,12 +149,12 @@ benchmarks: extra_notes: null data: benchmark_type: neural - task: alternative form choice + task: alternative_forced_choice region: V4, IT hemisphere: R num_recording_sites: null duration_ms: null - species: human, macaque + species: homo_sapiens, macaca_mulatta datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/malania2007/metadata.yaml b/brainscore_vision/benchmarks/malania2007/metadata.yaml index aa7605a92..51654472b 100644 --- a/brainscore_vision/benchmarks/malania2007/metadata.yaml +++ b/brainscore_vision/benchmarks/malania2007/metadata.yaml @@ -8,13 +8,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -36,13 +36,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -64,13 +64,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -92,13 +92,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -120,13 +120,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -148,13 +148,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -176,13 +176,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -204,13 +204,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -232,13 +232,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -260,13 +260,13 @@ benchmarks: brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/malania2007 extra_notes: null data: - benchmark_type: behavior + benchmark_type: behavioral task: null region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/maniquet2024/metadata.yaml b/brainscore_vision/benchmarks/maniquet2024/metadata.yaml index 5e376be3a..ed3ae7511 100644 --- a/brainscore_vision/benchmarks/maniquet2024/metadata.yaml +++ b/brainscore_vision/benchmarks/maniquet2024/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null @@ -37,12 +37,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human + species: homo_sapiens datatype: behavioral num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/marques2020/metadata.yaml b/brainscore_vision/benchmarks/marques2020/metadata.yaml index c6e45e9cc..bec51d13d 100644 --- a/brainscore_vision/benchmarks/marques2020/metadata.yaml +++ b/brainscore_vision/benchmarks/marques2020/metadata.yaml @@ -14,7 +14,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -42,7 +42,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -70,7 +70,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -98,7 +98,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -126,7 +126,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -154,7 +154,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -182,7 +182,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -210,7 +210,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -238,7 +238,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -266,7 +266,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -294,7 +294,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -322,7 +322,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -350,7 +350,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -378,7 +378,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -406,7 +406,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -434,7 +434,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -462,7 +462,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -490,7 +490,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -518,7 +518,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -546,7 +546,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -574,7 +574,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null @@ -602,7 +602,7 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: macaque + species: macaca_mulatta datatype: null num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/rajalingham2018/metadata.yaml b/brainscore_vision/benchmarks/rajalingham2018/metadata.yaml index 40e95ed5d..5698e0b94 100644 --- a/brainscore_vision/benchmarks/rajalingham2018/metadata.yaml +++ b/brainscore_vision/benchmarks/rajalingham2018/metadata.yaml @@ -9,12 +9,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human, macaque + species: homo_sapiens, macaca_mulatta datatype: behavioral num_subjects: null pre_processing: null @@ -37,12 +37,12 @@ benchmarks: extra_notes: null data: benchmark_type: behavioral - task: alternative form choice + task: alternative_forced_choice region: null hemisphere: null num_recording_sites: null duration_ms: null - species: human, macaque + species: homo_sapiens, macaca_mulatta datatype: behavioral num_subjects: null pre_processing: null diff --git a/brainscore_vision/benchmarks/scialom2024/metadata.yaml b/brainscore_vision/benchmarks/scialom2024/metadata.yaml index a396fbce1..788abecfb 100644 --- a/brainscore_vision/benchmarks/scialom2024/metadata.yaml +++ b/brainscore_vision/benchmarks/scialom2024/metadata.yaml @@ -14,8 +14,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 50 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -42,8 +42,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -70,8 +70,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -98,8 +98,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -126,8 +126,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -154,8 +154,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -182,8 +182,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -210,8 +210,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -238,8 +238,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -266,8 +266,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -294,8 +294,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -322,8 +322,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -350,8 +350,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 50 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -378,8 +378,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -406,8 +406,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -434,8 +434,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -462,8 +462,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -490,8 +490,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -518,8 +518,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -546,8 +546,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -574,8 +574,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -602,8 +602,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -630,8 +630,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 @@ -658,8 +658,8 @@ benchmarks: hemisphere: null num_recording_sites: null duration_ms: null - species: human - datatype: behavioral_data + species: homo_sapiens + datatype: behavioral num_subjects: 25 pre_processing: null brainscore_link: https://github.com/brain-score/vision/tree/master/brainscore_vision/data/scialom2024 From 98f0525a5d862b18c570d49350b61b25e012baf3 Mon Sep 17 00:00:00 2001 From: mferg Date: Wed, 17 Dec 2025 10:19:10 -0500 Subject: [PATCH 9/9] islam region correction --- .../benchmarks/islam2021/metadata.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/brainscore_vision/benchmarks/islam2021/metadata.yaml b/brainscore_vision/benchmarks/islam2021/metadata.yaml index f1fc67fda..2cad65be7 100644 --- a/brainscore_vision/benchmarks/islam2021/metadata.yaml +++ b/brainscore_vision/benchmarks/islam2021/metadata.yaml @@ -10,7 +10,7 @@ benchmarks: data: benchmark_type: neural task: alternative_forced_choice - region: null + region: IT hemisphere: null num_recording_sites: null duration_ms: null @@ -38,7 +38,7 @@ benchmarks: data: benchmark_type: neural task: alternative_forced_choice - region: null + region: V1 hemisphere: null num_recording_sites: null duration_ms: null @@ -66,7 +66,7 @@ benchmarks: data: benchmark_type: neural task: alternative_forced_choice - region: null + region: V2 hemisphere: null num_recording_sites: null duration_ms: null @@ -94,7 +94,7 @@ benchmarks: data: benchmark_type: neural task: alternative_forced_choice - region: null + region: V4 hemisphere: null num_recording_sites: null duration_ms: null @@ -122,7 +122,7 @@ benchmarks: data: benchmark_type: neural task: alternative_forced_choice - region: null + region: IT hemisphere: null num_recording_sites: null duration_ms: null @@ -150,7 +150,7 @@ benchmarks: data: benchmark_type: neural task: alternative_forced_choice - region: null + region: V1 hemisphere: null num_recording_sites: null duration_ms: null @@ -178,7 +178,7 @@ benchmarks: data: benchmark_type: neural task: alternative_forced_choice - region: null + region: V2 hemisphere: null num_recording_sites: null duration_ms: null @@ -206,7 +206,7 @@ benchmarks: data: benchmark_type: neural task: alternative_forced_choice - region: null + region: V4 hemisphere: null num_recording_sites: null duration_ms: null