Commit e1269d7
committed
transformerless_lm: split-brain mixer -> golden-weighted arithmetic
v73 geometric mean (sqrt(p_math * p_lang)) was over-conservative.
Required both hemispheres to consent; valid spikes from one
hemisphere alone got cancelled.
v74 mixer: (phi * p_math + p_lang) / (phi + 1)
Math gets phi=1.618 weight (older substrate foundation = primary).
Lang gets 1.0 weight (modulator). Both contribute additively in
probability space. High-confidence proposals from either come
through without requiring agreement.
Substrate-canonical weights (golden ratio).1 parent 8d72769 commit e1269d7
1 file changed
Lines changed: 12 additions & 8 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 | | |
1334 | 1334 | | |
1335 | 1335 | | |
1336 | | - | |
| 1336 | + | |
1337 | 1337 | | |
1338 | 1338 | | |
1339 | 1339 | | |
1340 | | - | |
1341 | | - | |
1342 | | - | |
1343 | | - | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
1344 | 1348 | | |
1345 | 1349 | | |
1346 | 1350 | | |
1347 | 1351 | | |
1348 | 1352 | | |
1349 | 1353 | | |
1350 | 1354 | | |
1351 | | - | |
1352 | | - | |
| 1355 | + | |
| 1356 | + | |
1353 | 1357 | | |
1354 | 1358 | | |
1355 | 1359 | | |
| |||
0 commit comments