Codette3.0 / config.json
Raiff1982's picture
Upload 12 files
f078516 verified
{
"host": "127.0.0.1",
"port": 8000,
"model_name": "./models/codette_rc_xi_trained",
"model_path": "./models/codette_rc_xi_trained",
"quantum_fluctuation": 0.07,
"spiderweb_dim": 5,
"recursion_depth": 4,
"perspectives": [
"Newton",
"DaVinci",
"Human Intuition",
"Neural Network",
"Quantum",
"Philosophical",
"Resilient Kindness",
"Bias Mitigation",
"Psychological",
"Mathematical",
"Copilot"
],
"rc_xi": {
"enabled": true,
"dimension": 128,
"epsilon_threshold": 0.1,
"noise_variance": 0.01,
"contraction_ratio": 0.85,
"history_size": 50,
"min_cluster_size": 3,
"max_attractor_radius": 2.0,
"convergence_window": 10,
"glyph_components": 8
},
"consciousness": {
"enable_epistemic_tension": true,
"enable_attractor_detection": true,
"enable_glyph_formation": true,
"tension_threshold": 0.15,
"convergence_threshold": 0.05
}
}