Commit 055e13e
committed
feat(just): corpus-refresh pipeline — provision → extract → retrain
Justfile
Three new recipes that compose the scripts landed in e8854ab into an
idiomatic end-to-end retrain flow:
just provision-corpora [NAMES...] # scripts/provision_corpora.sh
just corpora-status # on-disk report
just extract-corpora [NAMES...] # scripts/extract_all.sh
just retrain # src/julia/run_training.jl
just corpus-refresh # all three, in order
Each step is idempotent; re-running the pipeline only touches what
has changed. The retrain recipe honours the env-var knobs added in
62e55f7 (ECHIDNA_MAX_PROOF_STATES, ECHIDNA_NUM_EPOCHS,
ECHIDNA_NUM_NEGATIVES), so:
ECHIDNA_MAX_PROOF_STATES=0 just corpus-refresh
re-baselines MRR against the full expanded corpus on GPU hardware.1 parent e8854ab commit 055e13e
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
77 | 111 | | |
78 | 112 | | |
79 | 113 | | |
| |||
0 commit comments