NeuroAutoEncoder / config.json
rphammonds's picture
Initial model export
131af58
raw
history blame contribute delete
423 Bytes
{
"adapter": {
"included": false,
"weights": null
},
"architectures": [
"neurovlm.models.NeuroAutoEncoder"
],
"autoencoder": {
"dim_h0": 1024,
"dim_h1": 512,
"dim_latent": 384,
"dim_neuro": 28542,
"normalize_latent": false,
"out": "logit"
},
"library_name": "neurovlm",
"mask": "mask.npz",
"model_type": "neurovlm_autoencoder",
"weights": "autoencoder.safetensors"
}