mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 16:45:42 +08:00
b53043cec3
Cleanup by a prior agent, verified green here: 'just smoke' (erase arm) runs end-to-end and all four wired gates pass (verify_rewards 52/52, verify_eval_gap, verify_partition, verify_science_invariants). - train.py -318 lines: Config dataclass -> train_config.py, checkpoint/ deploy-artifact IO -> run_artifacts.py. - results.py / results_deploy.py / probe_distill.py slimmed. - drop stale derived csvs under out/figs (a5_generalisation, dyn_*, substrate_aggregate, train_vs_deploy_60). - gitignore /.pi/ panel scratch. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
33 lines
713 B
Plaintext
33 lines
713 B
Plaintext
.claude/*
|
|
!.claude/memory/
|
|
.venv/
|
|
# ignore out/ contents (not the dir itself) so we can re-include pairsets below.
|
|
/out/*
|
|
# pairsets are hand-authored source (the supervision), not derived artifacts -- track them.
|
|
# vhack safetensors stay ignored: derived from these via on-demand extraction (train.py:528).
|
|
!/out/pairsets/
|
|
/data/
|
|
/log/
|
|
/logs/
|
|
/svd_cache/
|
|
/tmp/
|
|
*.log
|
|
/docs/reviews
|
|
/docs/
|
|
|
|
# vendored upstream reference repos cloned for grep access (see RESEARCH_JOURNAL.md)
|
|
/docs/vendor/
|
|
|
|
# modal cloud run outputs (derived; _summary.json is just the remote status)
|
|
/modal/results/
|
|
|
|
# build/install artefacts
|
|
*.egg-info/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
# pi/pueue panel scratch
|
|
/.pi/
|