Commit c2bca6b
committed
transformerless_lm: split-brain resonance-aware mixer
v73 geometric mean: too restrictive (both must consent).
v74 golden weighted: too lax (one hemisphere can override).
v75 resonance-aware: per-token sign coherence gates the push.
coherence = sign(math_fluid) * sign(lang_fluid) in {-1, 0, +1}
gate = (1 + coherence) / 2 in {0, 0.5, 1}
combined = (math_fluid + lang_fluid) * gate
Agreement (both +/+ or -/-) -> full sum applied (resonance).
Conflict (+/- or -/+) -> zero (dissonance cancels back to base).
One silent -> half effect (single-hemisphere push damped).
Models the corpus-callosum gate from split-brain neuroscience:
hemispheres only push through when they agree. Cognitive
resonance amplifies, cognitive dissonance suppresses.1 parent e1269d7 commit c2bca6b
1 file changed
Lines changed: 15 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1327 | 1327 | | |
1328 | 1328 | | |
1329 | 1329 | | |
1330 | | - | |
| 1330 | + | |
1331 | 1331 | | |
1332 | 1332 | | |
1333 | 1333 | | |
| |||
1336 | 1336 | | |
1337 | 1337 | | |
1338 | 1338 | | |
1339 | | - | |
1340 | | - | |
1341 | | - | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
1342 | 1342 | | |
1343 | | - | |
1344 | | - | |
1345 | | - | |
1346 | | - | |
1347 | | - | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
1348 | 1348 | | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | | - | |
1352 | | - | |
1353 | | - | |
1354 | | - | |
1355 | | - | |
1356 | | - | |
1357 | | - | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
1358 | 1357 | | |
1359 | 1358 | | |
1360 | 1359 | | |
| |||
0 commit comments