Views
No views yet
| Production | Syntax | What the model learns |
|---|---|---|
got_compose | Stem ⊕ Stem [⊕ Stem] | Additive / multiplicative phrase structure |
got_splice | Stem ‖ Stem | Clause boundaries = change of generating law |
got_nested | Envelope ⋉ Carrier | Multi-scale nesting (slow modulates fast) |
got_causal | Driver ▷ Response | Lagged temporal causal chain |
zenfro_v3/
generator.py # Generator class (cascade.interface.DataGenerator)
config.json # active config (copy a variant here to A/B)
requirements.txt # numpy + scipy, hash-locked
configs/ # ten A/B variants
config_01.json … config_10.json
README.md1# pick a variant as the active config
2cp configs/config_03.json config.json
3
4# contract checks (determinism, layout, deps)
5cascade verify ./mywork/zenfro_v3
6
7# local heat score against a held-out pool (needs .[train])
8cascade score ./mywork/zenfro_v3 --pool-dir <held-out>| key | role |
|---|---|
family_weights | mixture over stems + GoT productions |
got_depth | stems stacked in got_compose (2–4) |
got_mul_frac | fraction of compose rows that multiply instead of add |
got_splice_cuts | clause boundaries in got_splice |
got_nest_ratio | slow/fast scale span for got_nested |
got_causal_lag_frac | max lag as fraction of L for got_causal |
artifact_scale | multiplies measurement-artifact rates |
tr_* / gr_* / sa_clean_* | trend / growth / clean-season knobs |
min_length = max_length = 4096)