Commit ·
d46e6e4
0
Parent(s):
Initial commit: model checkpoint and config
Browse files- .gitattributes +35 -0
- README.md +3 -0
- best.ckpt +3 -0
- config.yaml +619 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
---
|
best.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c79ffff6b642b7b0c71d558c935fb3fa33f2788bfb509feead94fafbba2f321
|
| 3 |
+
size 708856138
|
config.yaml
ADDED
|
@@ -0,0 +1,619 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
infra:
|
| 2 |
+
folder: /checkpoint/sdascoli/results/tribe_release/half_depth/brain_model_config.subject_layers.subject_dropout=0.10,data.study.names=(Algonauts2025Bold,Lahner2024Bold,Lebel2023Bold,Wen2017)-ecdd89b2
|
| 3 |
+
cluster: auto
|
| 4 |
+
logs: '{folder}/logs/{user}/%j'
|
| 5 |
+
job_name: brain_model_config.subject_layers.subject_dropout=0.10,data.study.names=(Algonauts2025Bold,Lahner2024Bold,Lebel2023Bold,Wen2017)-ecdd89b2
|
| 6 |
+
timeout_min: 4320
|
| 7 |
+
nodes: 1
|
| 8 |
+
tasks_per_node: 1
|
| 9 |
+
cpus_per_task: 20
|
| 10 |
+
gpus_per_node: 1
|
| 11 |
+
mem_gb: 128.0
|
| 12 |
+
max_pickle_size_gb: null
|
| 13 |
+
slurm_constraint: volta32gb
|
| 14 |
+
slurm_partition: learnfair
|
| 15 |
+
slurm_account: null
|
| 16 |
+
slurm_qos: null
|
| 17 |
+
slurm_use_srun: false
|
| 18 |
+
slurm_additional_parameters: null
|
| 19 |
+
conda_env: null
|
| 20 |
+
workdir:
|
| 21 |
+
copied:
|
| 22 |
+
- neuralset
|
| 23 |
+
- neuraltrain
|
| 24 |
+
- neuralhub
|
| 25 |
+
- tribe
|
| 26 |
+
folder: null
|
| 27 |
+
log_commit: false
|
| 28 |
+
includes:
|
| 29 |
+
- '*.py'
|
| 30 |
+
- '*.txt'
|
| 31 |
+
excludes: !!python/tuple
|
| 32 |
+
- __pycache__
|
| 33 |
+
- .git
|
| 34 |
+
permissions: 511
|
| 35 |
+
version: '1'
|
| 36 |
+
mode: retry
|
| 37 |
+
keep_in_ram: false
|
| 38 |
+
data:
|
| 39 |
+
study:
|
| 40 |
+
infra: null
|
| 41 |
+
names:
|
| 42 |
+
- Algonauts2025Bold
|
| 43 |
+
- Lahner2024Bold
|
| 44 |
+
- Lebel2023Bold
|
| 45 |
+
- Wen2017
|
| 46 |
+
path: /large_experiments/brainai/shared/studies
|
| 47 |
+
transforms:
|
| 48 |
+
extractaudio:
|
| 49 |
+
infra: null
|
| 50 |
+
overwrite: false
|
| 51 |
+
name: ExtractAudioFromVideo
|
| 52 |
+
extractwords:
|
| 53 |
+
infra: null
|
| 54 |
+
language: english
|
| 55 |
+
overwrite: false
|
| 56 |
+
name: ExtractWordsFromAudio
|
| 57 |
+
addtext:
|
| 58 |
+
infra: null
|
| 59 |
+
name: AddText
|
| 60 |
+
addsentence:
|
| 61 |
+
infra: null
|
| 62 |
+
max_unmatched_ratio: 0.05
|
| 63 |
+
override_sentences: false
|
| 64 |
+
name: AddSentenceToWords
|
| 65 |
+
addcontext:
|
| 66 |
+
infra: null
|
| 67 |
+
sentence_only: false
|
| 68 |
+
max_context_len: 1024
|
| 69 |
+
split_field: ''
|
| 70 |
+
name: AddContextToWords
|
| 71 |
+
removemissing:
|
| 72 |
+
infra: null
|
| 73 |
+
event_types: Word
|
| 74 |
+
field: context
|
| 75 |
+
name: RemoveMissing
|
| 76 |
+
chunksounds:
|
| 77 |
+
infra: null
|
| 78 |
+
event_type_to_chunk: Audio
|
| 79 |
+
event_type_to_use: null
|
| 80 |
+
min_duration: 30.0
|
| 81 |
+
max_duration: 60.0
|
| 82 |
+
name: ChunkEvents
|
| 83 |
+
chunkvideos:
|
| 84 |
+
infra:
|
| 85 |
+
folder: !!python/object/apply:pathlib.PosixPath
|
| 86 |
+
- /
|
| 87 |
+
- checkpoint
|
| 88 |
+
- sdascoli
|
| 89 |
+
- cache
|
| 90 |
+
- tribe_release
|
| 91 |
+
cache_type: ValidatedParquet
|
| 92 |
+
mode: cached
|
| 93 |
+
keep_in_ram: false
|
| 94 |
+
backend: Cached
|
| 95 |
+
event_type_to_chunk: Video
|
| 96 |
+
event_type_to_use: null
|
| 97 |
+
min_duration: 30.0
|
| 98 |
+
max_duration: 60.0
|
| 99 |
+
name: ChunkEvents
|
| 100 |
+
query:
|
| 101 |
+
infra: null
|
| 102 |
+
query: null
|
| 103 |
+
name: QueryEvents
|
| 104 |
+
split:
|
| 105 |
+
infra: null
|
| 106 |
+
val_ratio: 0.1
|
| 107 |
+
name: SplitEvents
|
| 108 |
+
query: null
|
| 109 |
+
studies_to_include: null
|
| 110 |
+
infra_timelines:
|
| 111 |
+
folder: /checkpoint/sdascoli/cache/tribe_release
|
| 112 |
+
cluster: processpool
|
| 113 |
+
logs: '{folder}/logs/{user}/%j'
|
| 114 |
+
job_name: null
|
| 115 |
+
timeout_min: 720
|
| 116 |
+
nodes: 1
|
| 117 |
+
tasks_per_node: 1
|
| 118 |
+
cpus_per_task: null
|
| 119 |
+
gpus_per_node: null
|
| 120 |
+
mem_gb: null
|
| 121 |
+
max_pickle_size_gb: null
|
| 122 |
+
slurm_constraint: null
|
| 123 |
+
slurm_partition: null
|
| 124 |
+
slurm_account: null
|
| 125 |
+
slurm_qos: null
|
| 126 |
+
slurm_use_srun: false
|
| 127 |
+
slurm_additional_parameters: null
|
| 128 |
+
conda_env: null
|
| 129 |
+
workdir: null
|
| 130 |
+
permissions: 511
|
| 131 |
+
version: final
|
| 132 |
+
keep_in_ram: true
|
| 133 |
+
max_jobs: 1024
|
| 134 |
+
min_samples_per_job: 4
|
| 135 |
+
forbid_single_item_computation: false
|
| 136 |
+
mode: cached
|
| 137 |
+
name: MultiStudyLoader
|
| 138 |
+
neuro:
|
| 139 |
+
event_types: Fmri
|
| 140 |
+
aggregation: single
|
| 141 |
+
allow_missing: true
|
| 142 |
+
frequency: 1.0
|
| 143 |
+
offset: 5.0
|
| 144 |
+
projection:
|
| 145 |
+
mesh: fsaverage5
|
| 146 |
+
radius: 3.0
|
| 147 |
+
interpolation: linear
|
| 148 |
+
kind: ball
|
| 149 |
+
n_samples: null
|
| 150 |
+
mask_img: null
|
| 151 |
+
depth: null
|
| 152 |
+
center_depth: 0.5
|
| 153 |
+
extract_fsaverage_from_mni: true
|
| 154 |
+
name: TribeSurfaceProjector
|
| 155 |
+
cleaning:
|
| 156 |
+
standardize: zscore_sample
|
| 157 |
+
detrend: true
|
| 158 |
+
high_pass: null
|
| 159 |
+
low_pass: null
|
| 160 |
+
filter: null
|
| 161 |
+
ensure_finite: true
|
| 162 |
+
padding: null
|
| 163 |
+
input_space: null
|
| 164 |
+
fwhm: null
|
| 165 |
+
infra:
|
| 166 |
+
folder: /checkpoint/sdascoli/cache/tribe_release
|
| 167 |
+
cluster: slurm
|
| 168 |
+
logs: '{folder}/logs/{user}/%j'
|
| 169 |
+
job_name: null
|
| 170 |
+
timeout_min: 720
|
| 171 |
+
nodes: 1
|
| 172 |
+
tasks_per_node: 1
|
| 173 |
+
cpus_per_task: 10
|
| 174 |
+
gpus_per_node: 1
|
| 175 |
+
mem_gb: null
|
| 176 |
+
max_pickle_size_gb: null
|
| 177 |
+
slurm_constraint: volta32gb
|
| 178 |
+
slurm_partition: scavenge
|
| 179 |
+
slurm_account: null
|
| 180 |
+
slurm_qos: null
|
| 181 |
+
slurm_use_srun: false
|
| 182 |
+
slurm_additional_parameters: null
|
| 183 |
+
conda_env: null
|
| 184 |
+
workdir: null
|
| 185 |
+
permissions: 511
|
| 186 |
+
version: release
|
| 187 |
+
keep_in_ram: true
|
| 188 |
+
max_jobs: 256
|
| 189 |
+
min_samples_per_job: 1
|
| 190 |
+
forbid_single_item_computation: false
|
| 191 |
+
mode: cached
|
| 192 |
+
name: FmriExtractor
|
| 193 |
+
text_feature:
|
| 194 |
+
model_name: meta-llama/Llama-3.2-3B
|
| 195 |
+
device: cuda
|
| 196 |
+
layers:
|
| 197 |
+
- 0.5
|
| 198 |
+
- 0.75
|
| 199 |
+
- 1.0
|
| 200 |
+
cache_all_layers: false
|
| 201 |
+
cache_n_layers: 20
|
| 202 |
+
layer_aggregation: group_mean
|
| 203 |
+
token_aggregation: mean
|
| 204 |
+
event_types: Word
|
| 205 |
+
aggregation: sum
|
| 206 |
+
allow_missing: true
|
| 207 |
+
frequency: 2.0
|
| 208 |
+
infra:
|
| 209 |
+
folder: /checkpoint/sdascoli/cache/tribe_release
|
| 210 |
+
cluster: slurm
|
| 211 |
+
logs: '{folder}/logs/{user}/%j'
|
| 212 |
+
job_name: null
|
| 213 |
+
timeout_min: 720
|
| 214 |
+
nodes: 1
|
| 215 |
+
tasks_per_node: 1
|
| 216 |
+
cpus_per_task: 10
|
| 217 |
+
gpus_per_node: 1
|
| 218 |
+
mem_gb: null
|
| 219 |
+
max_pickle_size_gb: null
|
| 220 |
+
slurm_constraint: volta32gb
|
| 221 |
+
slurm_partition: scavenge
|
| 222 |
+
slurm_account: null
|
| 223 |
+
slurm_qos: null
|
| 224 |
+
slurm_use_srun: false
|
| 225 |
+
slurm_additional_parameters: null
|
| 226 |
+
conda_env: null
|
| 227 |
+
workdir: null
|
| 228 |
+
permissions: 511
|
| 229 |
+
version: release
|
| 230 |
+
keep_in_ram: true
|
| 231 |
+
max_jobs: 256
|
| 232 |
+
min_samples_per_job: 32
|
| 233 |
+
forbid_single_item_computation: false
|
| 234 |
+
mode: cached
|
| 235 |
+
batch_size: 4
|
| 236 |
+
contextualized: true
|
| 237 |
+
pretrained: true
|
| 238 |
+
name: HuggingFaceText
|
| 239 |
+
image_feature:
|
| 240 |
+
event_types: Video
|
| 241 |
+
aggregation: sum
|
| 242 |
+
allow_missing: true
|
| 243 |
+
frequency: 2.0
|
| 244 |
+
image:
|
| 245 |
+
model_name: facebook/dinov2-large
|
| 246 |
+
device: cuda
|
| 247 |
+
layers: 0.6666666666666666
|
| 248 |
+
cache_all_layers: false
|
| 249 |
+
cache_n_layers: 20
|
| 250 |
+
layer_aggregation: mean
|
| 251 |
+
token_aggregation: mean
|
| 252 |
+
event_types: Image
|
| 253 |
+
aggregation: single
|
| 254 |
+
allow_missing: false
|
| 255 |
+
frequency: 0.0
|
| 256 |
+
batch_size: 2
|
| 257 |
+
imsize: null
|
| 258 |
+
pretrained: true
|
| 259 |
+
infra:
|
| 260 |
+
folder: null
|
| 261 |
+
cluster: null
|
| 262 |
+
logs: '{folder}/logs/{user}/%j'
|
| 263 |
+
job_name: null
|
| 264 |
+
timeout_min: 25
|
| 265 |
+
nodes: 1
|
| 266 |
+
tasks_per_node: 1
|
| 267 |
+
cpus_per_task: 8
|
| 268 |
+
gpus_per_node: 1
|
| 269 |
+
mem_gb: null
|
| 270 |
+
max_pickle_size_gb: null
|
| 271 |
+
slurm_constraint: null
|
| 272 |
+
slurm_partition: null
|
| 273 |
+
slurm_account: null
|
| 274 |
+
slurm_qos: null
|
| 275 |
+
slurm_use_srun: false
|
| 276 |
+
slurm_additional_parameters: null
|
| 277 |
+
conda_env: null
|
| 278 |
+
workdir: null
|
| 279 |
+
permissions: 511
|
| 280 |
+
version: v5
|
| 281 |
+
keep_in_ram: false
|
| 282 |
+
max_jobs: 128
|
| 283 |
+
min_samples_per_job: 4096
|
| 284 |
+
forbid_single_item_computation: false
|
| 285 |
+
mode: cached
|
| 286 |
+
name: HuggingFaceImage
|
| 287 |
+
use_audio: true
|
| 288 |
+
clip_duration: null
|
| 289 |
+
max_imsize: null
|
| 290 |
+
layer_type: ''
|
| 291 |
+
num_frames: null
|
| 292 |
+
infra:
|
| 293 |
+
folder: /checkpoint/sdascoli/cache/tribe_release
|
| 294 |
+
cluster: slurm
|
| 295 |
+
logs: '{folder}/logs/{user}/%j'
|
| 296 |
+
job_name: null
|
| 297 |
+
timeout_min: 1440
|
| 298 |
+
nodes: 1
|
| 299 |
+
tasks_per_node: 1
|
| 300 |
+
cpus_per_task: 10
|
| 301 |
+
gpus_per_node: 1
|
| 302 |
+
mem_gb: null
|
| 303 |
+
max_pickle_size_gb: null
|
| 304 |
+
slurm_constraint: volta32gb
|
| 305 |
+
slurm_partition: scavenge
|
| 306 |
+
slurm_account: null
|
| 307 |
+
slurm_qos: null
|
| 308 |
+
slurm_use_srun: false
|
| 309 |
+
slurm_additional_parameters: null
|
| 310 |
+
conda_env: null
|
| 311 |
+
workdir: null
|
| 312 |
+
permissions: 511
|
| 313 |
+
version: release
|
| 314 |
+
keep_in_ram: true
|
| 315 |
+
max_jobs: 1024
|
| 316 |
+
min_samples_per_job: 1
|
| 317 |
+
forbid_single_item_computation: false
|
| 318 |
+
mode: cached
|
| 319 |
+
name: HuggingFaceVideo
|
| 320 |
+
audio_feature:
|
| 321 |
+
model_name: facebook/w2v-bert-2.0
|
| 322 |
+
device: cuda
|
| 323 |
+
layers:
|
| 324 |
+
- 0.5
|
| 325 |
+
- 0.75
|
| 326 |
+
- 1.0
|
| 327 |
+
cache_all_layers: false
|
| 328 |
+
cache_n_layers: 20
|
| 329 |
+
layer_aggregation: group_mean
|
| 330 |
+
token_aggregation: mean
|
| 331 |
+
event_types: Audio
|
| 332 |
+
aggregation: sum
|
| 333 |
+
allow_missing: true
|
| 334 |
+
frequency: 2.0
|
| 335 |
+
norm_audio: true
|
| 336 |
+
infra:
|
| 337 |
+
folder: /checkpoint/sdascoli/cache/tribe_release
|
| 338 |
+
cluster: slurm
|
| 339 |
+
logs: '{folder}/logs/{user}/%j'
|
| 340 |
+
job_name: null
|
| 341 |
+
timeout_min: 720
|
| 342 |
+
nodes: 1
|
| 343 |
+
tasks_per_node: 1
|
| 344 |
+
cpus_per_task: 10
|
| 345 |
+
gpus_per_node: 1
|
| 346 |
+
mem_gb: null
|
| 347 |
+
max_pickle_size_gb: null
|
| 348 |
+
slurm_constraint: volta32gb
|
| 349 |
+
slurm_partition: scavenge
|
| 350 |
+
slurm_account: null
|
| 351 |
+
slurm_qos: null
|
| 352 |
+
slurm_use_srun: false
|
| 353 |
+
slurm_additional_parameters: null
|
| 354 |
+
conda_env: null
|
| 355 |
+
workdir: null
|
| 356 |
+
permissions: 511
|
| 357 |
+
version: release
|
| 358 |
+
keep_in_ram: true
|
| 359 |
+
max_jobs: 256
|
| 360 |
+
min_samples_per_job: 1
|
| 361 |
+
forbid_single_item_computation: false
|
| 362 |
+
mode: cached
|
| 363 |
+
normalized: true
|
| 364 |
+
layer_type: transformer
|
| 365 |
+
name: Wav2VecBert
|
| 366 |
+
video_feature:
|
| 367 |
+
event_types: Video
|
| 368 |
+
aggregation: sum
|
| 369 |
+
allow_missing: true
|
| 370 |
+
frequency: 2.0
|
| 371 |
+
image:
|
| 372 |
+
model_name: facebook/vjepa2-vitg-fpc64-256
|
| 373 |
+
device: cuda
|
| 374 |
+
layers:
|
| 375 |
+
- 0.5
|
| 376 |
+
- 0.75
|
| 377 |
+
- 1.0
|
| 378 |
+
cache_all_layers: false
|
| 379 |
+
cache_n_layers: 20
|
| 380 |
+
layer_aggregation: group_mean
|
| 381 |
+
token_aggregation: mean
|
| 382 |
+
event_types: Image
|
| 383 |
+
aggregation: single
|
| 384 |
+
allow_missing: false
|
| 385 |
+
frequency: 0.0
|
| 386 |
+
batch_size: 8
|
| 387 |
+
imsize: null
|
| 388 |
+
pretrained: true
|
| 389 |
+
infra:
|
| 390 |
+
folder: null
|
| 391 |
+
cluster: null
|
| 392 |
+
logs: '{folder}/logs/{user}/%j'
|
| 393 |
+
job_name: null
|
| 394 |
+
timeout_min: 25
|
| 395 |
+
nodes: 1
|
| 396 |
+
tasks_per_node: 1
|
| 397 |
+
cpus_per_task: 8
|
| 398 |
+
gpus_per_node: 1
|
| 399 |
+
mem_gb: null
|
| 400 |
+
max_pickle_size_gb: null
|
| 401 |
+
slurm_constraint: null
|
| 402 |
+
slurm_partition: null
|
| 403 |
+
slurm_account: null
|
| 404 |
+
slurm_qos: null
|
| 405 |
+
slurm_use_srun: false
|
| 406 |
+
slurm_additional_parameters: null
|
| 407 |
+
conda_env: null
|
| 408 |
+
workdir: null
|
| 409 |
+
permissions: 511
|
| 410 |
+
version: v5
|
| 411 |
+
keep_in_ram: false
|
| 412 |
+
max_jobs: 128
|
| 413 |
+
min_samples_per_job: 4096
|
| 414 |
+
forbid_single_item_computation: false
|
| 415 |
+
mode: cached
|
| 416 |
+
name: HuggingFaceImage
|
| 417 |
+
use_audio: true
|
| 418 |
+
clip_duration: 4.0
|
| 419 |
+
max_imsize: null
|
| 420 |
+
layer_type: ''
|
| 421 |
+
num_frames: null
|
| 422 |
+
infra:
|
| 423 |
+
folder: /checkpoint/sdascoli/cache/tribe_release
|
| 424 |
+
cluster: slurm
|
| 425 |
+
logs: '{folder}/logs/{user}/%j'
|
| 426 |
+
job_name: null
|
| 427 |
+
timeout_min: 1440
|
| 428 |
+
nodes: 1
|
| 429 |
+
tasks_per_node: 1
|
| 430 |
+
cpus_per_task: 10
|
| 431 |
+
gpus_per_node: 1
|
| 432 |
+
mem_gb: null
|
| 433 |
+
max_pickle_size_gb: null
|
| 434 |
+
slurm_constraint: volta32gb
|
| 435 |
+
slurm_partition: scavenge
|
| 436 |
+
slurm_account: null
|
| 437 |
+
slurm_qos: null
|
| 438 |
+
slurm_use_srun: false
|
| 439 |
+
slurm_additional_parameters: null
|
| 440 |
+
conda_env: null
|
| 441 |
+
workdir: null
|
| 442 |
+
permissions: 511
|
| 443 |
+
version: release
|
| 444 |
+
keep_in_ram: true
|
| 445 |
+
max_jobs: 1024
|
| 446 |
+
min_samples_per_job: 1
|
| 447 |
+
forbid_single_item_computation: false
|
| 448 |
+
mode: cached
|
| 449 |
+
name: HuggingFaceVideo
|
| 450 |
+
subject_id:
|
| 451 |
+
event_types: Event
|
| 452 |
+
aggregation: first
|
| 453 |
+
allow_missing: true
|
| 454 |
+
frequency: 0.0
|
| 455 |
+
event_field: subject
|
| 456 |
+
treat_missing_as_separate_class: false
|
| 457 |
+
return_one_hot: false
|
| 458 |
+
predefined_mapping:
|
| 459 |
+
Algonauts2025Bold/sub-01: 0
|
| 460 |
+
Algonauts2025Bold/sub-02: 1
|
| 461 |
+
Algonauts2025Bold/sub-03: 2
|
| 462 |
+
Algonauts2025Bold/sub-05: 3
|
| 463 |
+
Lahner2024Bold/1: 4
|
| 464 |
+
Lahner2024Bold/10: 5
|
| 465 |
+
Lahner2024Bold/2: 6
|
| 466 |
+
Lahner2024Bold/3: 7
|
| 467 |
+
Lahner2024Bold/4: 8
|
| 468 |
+
Lahner2024Bold/5: 9
|
| 469 |
+
Lahner2024Bold/6: 10
|
| 470 |
+
Lahner2024Bold/7: 11
|
| 471 |
+
Lahner2024Bold/8: 12
|
| 472 |
+
Lahner2024Bold/9: 13
|
| 473 |
+
Lebel2023Bold/UTS01: 14
|
| 474 |
+
Lebel2023Bold/UTS02: 15
|
| 475 |
+
Lebel2023Bold/UTS03: 16
|
| 476 |
+
Lebel2023Bold/UTS04: 17
|
| 477 |
+
Lebel2023Bold/UTS05: 18
|
| 478 |
+
Lebel2023Bold/UTS06: 19
|
| 479 |
+
Lebel2023Bold/UTS07: 20
|
| 480 |
+
Lebel2023Bold/UTS08: 21
|
| 481 |
+
Wen2017/subject1: 22
|
| 482 |
+
Wen2017/subject2: 23
|
| 483 |
+
Wen2017/subject3: 24
|
| 484 |
+
name: LabelEncoder
|
| 485 |
+
frequency: 2.0
|
| 486 |
+
features_to_use:
|
| 487 |
+
- text
|
| 488 |
+
- audio
|
| 489 |
+
- video
|
| 490 |
+
features_to_mask: []
|
| 491 |
+
n_layers_to_use: null
|
| 492 |
+
layers_to_use:
|
| 493 |
+
- 0.5
|
| 494 |
+
- 0.75
|
| 495 |
+
- 1.0
|
| 496 |
+
layer_aggregation: group_mean
|
| 497 |
+
duration_trs: 100
|
| 498 |
+
overlap_trs_train: 0
|
| 499 |
+
overlap_trs_val: 0
|
| 500 |
+
batch_size: 8
|
| 501 |
+
num_workers: 20
|
| 502 |
+
shuffle_train: true
|
| 503 |
+
shuffle_val: true
|
| 504 |
+
stride_drop_incomplete: false
|
| 505 |
+
split_segments_by_time: false
|
| 506 |
+
seed: 33
|
| 507 |
+
brain_model_config:
|
| 508 |
+
projector:
|
| 509 |
+
input_size: null
|
| 510 |
+
hidden_sizes: null
|
| 511 |
+
norm_layer: layer
|
| 512 |
+
activation_layer: gelu
|
| 513 |
+
bias: true
|
| 514 |
+
dropout: 0.0
|
| 515 |
+
name: Mlp
|
| 516 |
+
combiner: null
|
| 517 |
+
encoder:
|
| 518 |
+
heads: 8
|
| 519 |
+
depth: 8
|
| 520 |
+
cross_attend: false
|
| 521 |
+
causal: false
|
| 522 |
+
attn_flash: false
|
| 523 |
+
attn_dropout: 0.0
|
| 524 |
+
ff_mult: 4
|
| 525 |
+
ff_dropout: 0.0
|
| 526 |
+
use_scalenorm: true
|
| 527 |
+
use_rmsnorm: false
|
| 528 |
+
rel_pos_bias: false
|
| 529 |
+
alibi_pos_bias: false
|
| 530 |
+
rotary_pos_emb: true
|
| 531 |
+
rotary_xpos: false
|
| 532 |
+
residual_attn: false
|
| 533 |
+
scale_residual: true
|
| 534 |
+
layer_dropout: 0.0
|
| 535 |
+
name: TransformerEncoder
|
| 536 |
+
time_pos_embedding: true
|
| 537 |
+
subject_embedding: false
|
| 538 |
+
subject_layers:
|
| 539 |
+
n_subjects: 25
|
| 540 |
+
bias: true
|
| 541 |
+
init_id: false
|
| 542 |
+
average_subjects: false
|
| 543 |
+
mode: gather
|
| 544 |
+
subject_dropout: 0.1
|
| 545 |
+
name: SubjectLayers
|
| 546 |
+
hidden: 1152
|
| 547 |
+
max_seq_len: 1024
|
| 548 |
+
dropout: 0.0
|
| 549 |
+
extractor_aggregation: cat
|
| 550 |
+
layer_aggregation: cat
|
| 551 |
+
linear_baseline: false
|
| 552 |
+
modality_dropout: 0.3
|
| 553 |
+
temporal_dropout: 0.0
|
| 554 |
+
low_rank_head: 2048
|
| 555 |
+
temporal_smoothing: null
|
| 556 |
+
name: FmriEncoder
|
| 557 |
+
loss:
|
| 558 |
+
kwargs:
|
| 559 |
+
reduction: none
|
| 560 |
+
name: MSELoss
|
| 561 |
+
optim:
|
| 562 |
+
optimizer:
|
| 563 |
+
lr: 0.0001
|
| 564 |
+
kwargs:
|
| 565 |
+
weight_decay: 0.0
|
| 566 |
+
name: Adam
|
| 567 |
+
scheduler:
|
| 568 |
+
kwargs:
|
| 569 |
+
max_lr: 0.0001
|
| 570 |
+
pct_start: 0.1
|
| 571 |
+
name: OneCycleLR
|
| 572 |
+
interval: step
|
| 573 |
+
name: LightningOptimizer
|
| 574 |
+
metrics:
|
| 575 |
+
- log_name: pearson
|
| 576 |
+
dim: 0
|
| 577 |
+
reduction: mean
|
| 578 |
+
torchmetrics_kwargs: null
|
| 579 |
+
name: OnlinePearsonCorr
|
| 580 |
+
- log_name: subj_pearson
|
| 581 |
+
metric_name: OnlinePearsonCorr
|
| 582 |
+
kwargs:
|
| 583 |
+
dim: 0
|
| 584 |
+
name: GroupedMetric
|
| 585 |
+
- log_name: retrieval_top1
|
| 586 |
+
topk: 1
|
| 587 |
+
name: TopkAcc
|
| 588 |
+
monitor: val/pearson
|
| 589 |
+
wandb_config:
|
| 590 |
+
name: brain_model_config.subject_layers.subject_dropout=0.10,data.study.names=(Algonauts2025Bold,Lahner2024Bold,Lebel2023Bold,Wen2017)-ecdd89b2
|
| 591 |
+
group: half_depth
|
| 592 |
+
entity: sdascoli
|
| 593 |
+
project: tribe_release
|
| 594 |
+
offline: false
|
| 595 |
+
host: https://fairwandb.org
|
| 596 |
+
id: null
|
| 597 |
+
dir: null
|
| 598 |
+
anonymous: null
|
| 599 |
+
log_model: false
|
| 600 |
+
experiment: null
|
| 601 |
+
prefix: ''
|
| 602 |
+
resume: allow
|
| 603 |
+
accelerator: gpu
|
| 604 |
+
n_epochs: 15
|
| 605 |
+
max_steps: -1
|
| 606 |
+
patience: null
|
| 607 |
+
limit_train_batches: null
|
| 608 |
+
accumulate_grad_batches: 1
|
| 609 |
+
enable_progress_bar: true
|
| 610 |
+
log_every_n_steps: 5
|
| 611 |
+
fast_dev_run: false
|
| 612 |
+
save_checkpoints: true
|
| 613 |
+
checkpoint_filename: best
|
| 614 |
+
resize_subject_layer: false
|
| 615 |
+
freeze_backbone: false
|
| 616 |
+
average_subjects: false
|
| 617 |
+
checkpoint_path: null
|
| 618 |
+
load_checkpoint: true
|
| 619 |
+
test_only: false
|