g-ssm-mniah / config.json
joaquinsturtz's picture
Fix: Bind to 0.0.0.0 and show_api=False to resolve runtime and schema errors
fa4c4e1 verified
{
"architecture": {
"vocab_size": 2,
"dim": 16,
"depth": 2,
"heads": 2,
"integrator": "leapfrog",
"impulse_scale": 80.0,
"dynamics_type": "direct",
"topology_type": "torus",
"holographic": true
},
"physics": {
"embedding": {
"type": "functional",
"mode": "linear",
"coord_dim": 16
},
"readout": {
"type": "implicit",
"coord_dim": 16
},
"active_inference": {
"enabled": true,
"dynamic_time": {
"enabled": true
},
"reactive_curvature": {
"enabled": true,
"plasticity": 0.2
},
"singularities": {
"enabled": true,
"strength": 20.0,
"threshold": 0.8
}
},
"fractal": {
"enabled": true,
"threshold": 0.5,
"alpha": 0.2
},
"topology": {
"type": "torus",
"riemannian_type": "low_rank"
},
"stability": {
"enable_trace_normalization": true,
"base_dt": 0.4,
"velocity_saturation": 15.0,
"friction": 2.0,
"toroidal_curvature_scale": 0.01
},
"hysteresis": {
"enabled": false
}
}
}