nexus-worldmodel-v2 / model_index.json
amewebstudio's picture
Upload model_index.json with huggingface_hub
bbfda26 verified
{
"_class_name": "NexusWorldModel",
"model_type": "nexus-worldmodel",
"version": "2.0",
"components": {
"vae_encoder": {
"latent_dim": 256
},
"vae_decoder": {
"latent_dim": 256
},
"lpol_memory": {
"domains": 9,
"use_gqa": true
},
"gqa": {
"num_heads": 8,
"num_kv_groups": 2
},
"earcp_layers": {
"num_layers": 8,
"experts": 6
},
"neurogenesis": {
"enabled": true
},
"physics_prior": {
"components": 8
}
},
"training_info": {
"epochs": 6,
"loss": 0.01724659317859717,
"neurogenesis": 0
}
}