Views
No views yet
terminus-2.ANALYSIS.md.uv.1git clone https://huggingface.co/zhiyuanhusf/tb2-eval-progress
2cd tb2-eval-progress
3bash scripts/install.sh
4cp env.example ~/.gemma4_env
5# Edit every cluster-specific path in ~/.gemma4_env and scripts/*.sh.1https://github.com/hamishivi/tmax
21cce58a2627c39e41ab2d3033ddbb082787da23abash scripts/node_prep.sh1MODE=branch \
2KIND=qwen \
3TAG=qwen-step-220 \
4REPO=zhiyuanhusf/tmax-qwen36-27b-run2-merged \
5BRANCH=step_220 \
6GPUS=0,1,2,3,4,5,6,7 \
7DATASET=terminal-bench@2.0 \
8bash scripts/eval_harbor.shpython scripts/summarize_results.py /path/to/results/<job-name>--n-concurrent 8--override-cpus 24--override-memory-mb 49152--agent-timeout-multiplier 12temperature=1.0, k=1scripts/eval_harbor_qwenbase.sh. It produced a Qwen base score close to the reported 59.5% card result, but several tasks ran for 8–14 hours or became stuck. Runs were therefore recorded with 85–88 of 89 verifier results.task.toml--n-concurrent 20--agent-timeout-multiplier 1temperature=1.0, k=1scripts/eval_harbor.sh. It completes much faster, but Qwen base is approximately 45.5%, significantly below the 59.5% card result. The native limits cause failures on compute-heavy tasks, so this configuration is useful as a controlled fast comparison but should not be described as card-aligned.results/progress.tsv for the current snapshot.k=1, temperature 1.0) task outcomes are noisy. A final claim should use repeated runs (k>=3, preferably k=5) under one fixed, validated configuration.ANALYSIS.md for the sf-agent partial-reward tables, paired task transitions, Harbor configuration sensitivity, and failure-trajectory analysis.mark_task_complete despite verifier failure.unset LD_LIBRARY_PATH.--hf-overrides and copied base config.json.scripts/node_prep.sh.node_prep.sh before every new Harbor job on a reused node. Previous runs may remove upstream image tags.all predefined address pools have been fully subnetted.pull_policy: never to avoid Docker Hub pulls.scripts/eval_harbor.sh: generic local/Hugging Face checkpoint evaluator.scripts/eval_harbor_qwenbase.sh: original v1 generous-resource Qwen base evaluator.scripts/eval_merged.sh: earlier sf-agent merged-checkpoint evaluator.scripts/node_prep.sh: local image loading, retagging, network setup.scripts/install.sh: installs the pinned tmax and bundled sf-agent source.scripts/summarize_results.py: reports accuracy, reward mean, and verifier-subtest partial mean.src/sf-agent/: patched sf-agent source and all 89 TB2 task definitions.vendor/tmax/: tmax dependency metadata and original evaluation notes.patches/: Harbor compose override used for local-only prebuilt images.ANALYSIS.md: partial-reward, RL-effect, and trajectory-failure analysis.hold_1node.sbatch: four-day, eight-GPU Slurm hold job.results/progress.tsv: live snapshot at publication time.