item 20 scored; item 21 (GSM carry-CoT + control) pre-registered and queued
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# gpuq-in: results-loop/star_data.json
|
||||
# gpuq-out: results-loop/gsm_cot_data.json results-loop/eval_gsm_carrycot*.json results-loop/train_carrycot*_log.json
|
||||
git pull origin main -q 2>/dev/null
|
||||
P=/home/nils/jspace/.venv/bin/python
|
||||
export JLENS_MODEL=google/gemma-4-E2B-it LOOP_OUT=/home/nils/jspace/results-loop
|
||||
cd /home/nils/jspace/scripts
|
||||
$P prep_gsm_cot.py
|
||||
$P train_carry_cot.py
|
||||
$P eval_carry_cot.py --adapter $LOOP_OUT/adapter_carrycot_e400.pt --tag gsm_carrycot_e400 --grid 0:0,2:2,2:6 --n 256
|
||||
$P train_carry_cot.py --feedforward
|
||||
$P eval_carry_cot.py --adapter $LOOP_OUT/adapter_carrycot_ff_e400.pt --tag gsm_carrycot_ff_e400 --grid 2:2,2:6 --n 256 --feedforward
|
||||
Reference in New Issue
Block a user