Rename neural experiments to descriptive paths (drop N* codes)
configs/neural/{N0,N1,N2,N5}.yaml -> {bridge,collapse,grounding,architectures}.yaml,
results dirs likewise. Updated experiment/output.dir fields, comments/docstrings, and
docs; regenerated the four result manifests (now carrying the real git commit). No
functional path resolution referenced the codes (the Makefile globs configs/neural/*.yaml
and tests use inline configs), so nothing breaks. 92 tests green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
840b6b00b3
commit
aca7b394a3
21 changed files with 82 additions and 78 deletions
17
results/bridge/manifest.json
Normal file
17
results/bridge/manifest.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"experiment": "bridge_histogram",
|
||||
"master_seed": 20260704,
|
||||
"git_commit": "840b6b00b35ea3f69ef7e0f531914986f88d74a5",
|
||||
"python": "3.14.5",
|
||||
"libraries": {
|
||||
"numpy": "2.5.0",
|
||||
"scipy": "1.18.0",
|
||||
"pandas": "3.0.3",
|
||||
"pyarrow": "24.0.0",
|
||||
"torch": "2.12.1"
|
||||
},
|
||||
"rows": 96480,
|
||||
"results_sha256": "c4e96e1e0ff01b103624a2ca6ac7508d4482df79224336f6a76debab3f93428c",
|
||||
"layer": "1.5",
|
||||
"model_kind": "histogram"
|
||||
}
|
||||
288
results/bridge/resolved_config.yaml
Normal file
288
results/bridge/resolved_config.yaml
Normal file
|
|
@ -0,0 +1,288 @@
|
|||
experiment: bridge_histogram
|
||||
seed: 20260704
|
||||
n_replicates: 60
|
||||
source_config:
|
||||
experiment: bridge_histogram
|
||||
kind: gen_lineage
|
||||
seed: 20260704
|
||||
n_replicates: 60
|
||||
generations: 200
|
||||
synthetic:
|
||||
K: 200
|
||||
R: 1
|
||||
tail: zipf
|
||||
zipf_s: 1.1
|
||||
tail_frac: 0.5
|
||||
tail_threshold: 0.001
|
||||
init: truth
|
||||
style_len: 2
|
||||
style_vocab: 4
|
||||
id_base: 2
|
||||
model:
|
||||
kind: histogram
|
||||
dynamics:
|
||||
n: 200
|
||||
grounding:
|
||||
m: 0
|
||||
policy: proportional
|
||||
remint:
|
||||
enabled: false
|
||||
period: null
|
||||
H_gate: null
|
||||
metrics:
|
||||
kl_floor: 1.0e-09
|
||||
support_eps: 1.0e-09
|
||||
sweep:
|
||||
- param: g
|
||||
values:
|
||||
- 0.0
|
||||
- 0.005
|
||||
- 0.01
|
||||
- 0.02
|
||||
- 0.05
|
||||
- 0.1
|
||||
- 0.2
|
||||
- 0.4
|
||||
output:
|
||||
dir: results/bridge
|
||||
grid:
|
||||
- label:
|
||||
g: 0.0
|
||||
m: 0
|
||||
neural_cfg:
|
||||
synthetic:
|
||||
K: 200
|
||||
R: 1
|
||||
tail: zipf
|
||||
zipf_s: 1.1
|
||||
tail_frac: 0.5
|
||||
tail_threshold: 0.001
|
||||
init: truth
|
||||
style_len: 2
|
||||
style_vocab: 4
|
||||
id_base: 2
|
||||
model:
|
||||
kind: histogram
|
||||
dynamics:
|
||||
n: 200
|
||||
grounding:
|
||||
m: 0
|
||||
policy: proportional
|
||||
remint:
|
||||
enabled: false
|
||||
period: null
|
||||
H_gate: null
|
||||
generations: 200
|
||||
metrics:
|
||||
kl_floor: 1.0e-09
|
||||
support_eps: 1.0e-09
|
||||
- label:
|
||||
g: 0.005
|
||||
m: 1
|
||||
neural_cfg:
|
||||
synthetic:
|
||||
K: 200
|
||||
R: 1
|
||||
tail: zipf
|
||||
zipf_s: 1.1
|
||||
tail_frac: 0.5
|
||||
tail_threshold: 0.001
|
||||
init: truth
|
||||
style_len: 2
|
||||
style_vocab: 4
|
||||
id_base: 2
|
||||
model:
|
||||
kind: histogram
|
||||
dynamics:
|
||||
n: 200
|
||||
grounding:
|
||||
m: 1
|
||||
policy: proportional
|
||||
remint:
|
||||
enabled: false
|
||||
period: null
|
||||
H_gate: null
|
||||
generations: 200
|
||||
metrics:
|
||||
kl_floor: 1.0e-09
|
||||
support_eps: 1.0e-09
|
||||
- label:
|
||||
g: 0.01
|
||||
m: 2
|
||||
neural_cfg:
|
||||
synthetic:
|
||||
K: 200
|
||||
R: 1
|
||||
tail: zipf
|
||||
zipf_s: 1.1
|
||||
tail_frac: 0.5
|
||||
tail_threshold: 0.001
|
||||
init: truth
|
||||
style_len: 2
|
||||
style_vocab: 4
|
||||
id_base: 2
|
||||
model:
|
||||
kind: histogram
|
||||
dynamics:
|
||||
n: 200
|
||||
grounding:
|
||||
m: 2
|
||||
policy: proportional
|
||||
remint:
|
||||
enabled: false
|
||||
period: null
|
||||
H_gate: null
|
||||
generations: 200
|
||||
metrics:
|
||||
kl_floor: 1.0e-09
|
||||
support_eps: 1.0e-09
|
||||
- label:
|
||||
g: 0.02
|
||||
m: 4
|
||||
neural_cfg:
|
||||
synthetic:
|
||||
K: 200
|
||||
R: 1
|
||||
tail: zipf
|
||||
zipf_s: 1.1
|
||||
tail_frac: 0.5
|
||||
tail_threshold: 0.001
|
||||
init: truth
|
||||
style_len: 2
|
||||
style_vocab: 4
|
||||
id_base: 2
|
||||
model:
|
||||
kind: histogram
|
||||
dynamics:
|
||||
n: 200
|
||||
grounding:
|
||||
m: 4
|
||||
policy: proportional
|
||||
remint:
|
||||
enabled: false
|
||||
period: null
|
||||
H_gate: null
|
||||
generations: 200
|
||||
metrics:
|
||||
kl_floor: 1.0e-09
|
||||
support_eps: 1.0e-09
|
||||
- label:
|
||||
g: 0.05
|
||||
m: 11
|
||||
neural_cfg:
|
||||
synthetic:
|
||||
K: 200
|
||||
R: 1
|
||||
tail: zipf
|
||||
zipf_s: 1.1
|
||||
tail_frac: 0.5
|
||||
tail_threshold: 0.001
|
||||
init: truth
|
||||
style_len: 2
|
||||
style_vocab: 4
|
||||
id_base: 2
|
||||
model:
|
||||
kind: histogram
|
||||
dynamics:
|
||||
n: 200
|
||||
grounding:
|
||||
m: 11
|
||||
policy: proportional
|
||||
remint:
|
||||
enabled: false
|
||||
period: null
|
||||
H_gate: null
|
||||
generations: 200
|
||||
metrics:
|
||||
kl_floor: 1.0e-09
|
||||
support_eps: 1.0e-09
|
||||
- label:
|
||||
g: 0.1
|
||||
m: 22
|
||||
neural_cfg:
|
||||
synthetic:
|
||||
K: 200
|
||||
R: 1
|
||||
tail: zipf
|
||||
zipf_s: 1.1
|
||||
tail_frac: 0.5
|
||||
tail_threshold: 0.001
|
||||
init: truth
|
||||
style_len: 2
|
||||
style_vocab: 4
|
||||
id_base: 2
|
||||
model:
|
||||
kind: histogram
|
||||
dynamics:
|
||||
n: 200
|
||||
grounding:
|
||||
m: 22
|
||||
policy: proportional
|
||||
remint:
|
||||
enabled: false
|
||||
period: null
|
||||
H_gate: null
|
||||
generations: 200
|
||||
metrics:
|
||||
kl_floor: 1.0e-09
|
||||
support_eps: 1.0e-09
|
||||
- label:
|
||||
g: 0.2
|
||||
m: 50
|
||||
neural_cfg:
|
||||
synthetic:
|
||||
K: 200
|
||||
R: 1
|
||||
tail: zipf
|
||||
zipf_s: 1.1
|
||||
tail_frac: 0.5
|
||||
tail_threshold: 0.001
|
||||
init: truth
|
||||
style_len: 2
|
||||
style_vocab: 4
|
||||
id_base: 2
|
||||
model:
|
||||
kind: histogram
|
||||
dynamics:
|
||||
n: 200
|
||||
grounding:
|
||||
m: 50
|
||||
policy: proportional
|
||||
remint:
|
||||
enabled: false
|
||||
period: null
|
||||
H_gate: null
|
||||
generations: 200
|
||||
metrics:
|
||||
kl_floor: 1.0e-09
|
||||
support_eps: 1.0e-09
|
||||
- label:
|
||||
g: 0.4
|
||||
m: 133
|
||||
neural_cfg:
|
||||
synthetic:
|
||||
K: 200
|
||||
R: 1
|
||||
tail: zipf
|
||||
zipf_s: 1.1
|
||||
tail_frac: 0.5
|
||||
tail_threshold: 0.001
|
||||
init: truth
|
||||
style_len: 2
|
||||
style_vocab: 4
|
||||
id_base: 2
|
||||
model:
|
||||
kind: histogram
|
||||
dynamics:
|
||||
n: 200
|
||||
grounding:
|
||||
m: 133
|
||||
policy: proportional
|
||||
remint:
|
||||
enabled: false
|
||||
period: null
|
||||
H_gate: null
|
||||
generations: 200
|
||||
metrics:
|
||||
kl_floor: 1.0e-09
|
||||
support_eps: 1.0e-09
|
||||
Loading…
Add table
Add a link
Reference in a new issue