File size: 507 Bytes
131af58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
library_name: neurovlm
tags:
- neuroimaging
- autoencoder
- brain-maps
---

# NeuroAutoEncoder

Autoencoder weights and brain-mask metadata for NeuroVLM anatomical atlas vectors.

## Files

- `autoencoder.safetensors`: `neurovlm.models.NeuroAutoEncoder` weights.
- `mask.npz`: mask array and affine used to map vectors back to NIfTI space.
- `config.json`: architecture and file metadata for downstream loaders.

Load through `neurovlm.models.load_model("autoencoder")` after the package loader update.