Views
No views yet

| Model | Terminal-Bench 2.0 Acc. (%) ↑ | SWE-bench Pro Resolved (%) ↑ | Doc2Repo Pass Rate (%) ↑ |
|---|---|---|---|
| Qwen3.5-35B-A3B (base) | 39.10 ± 1.09 | 41.29 | 44.92 ± 1.14 |
| CalibForge-35B-A3B (this model) | 47.57 ± 0.99 | 44.32 | 48.77 ± 0.90 |

1uv venv --python 3.12 .venv
2source .venv/bin/activate
3uv pip install "sglang[all]"
4
5python -m sglang.launch_server \
6 --model-path AweAI-Team/CalibForge-35B-A3B \
7 --tp 8 \
8 --dp 1 \
9 --trust-remote-code \
10 --enable-metrics \
11 --max-running-requests 40 \
12 --reasoning-parser qwen3 \
13 --tool-call-parser qwen3_coder \
14 --mem-fraction-static 0.85 \
15 --host :: \
16 --port 40003| Property | Value |
|---|---|
| Backbone | Qwen3.5-35B-A3B |
| Precision | BF16 |
| Configured maximum positions | 262,144 |
| Training method | Full-parameter, multi-turn SFT |
| Training context length | 131,072 tokens |
| Training epochs | 10 |
| Optimizer | AdamW (β₁=0.9, β₂=0.999) |
| Learning rate | 1.0e-5, cosine schedule, 0.05 warmup ratio |
| Global batch size | 128 |
| Training hardware | 64 × NVIDIA H20 GPUs |
1@misc{meng2026calibforge,
2 title = {CalibForge: Adversarial Solver Calibration for Scaling Learnable Terminal Tasks},
3 author = {Fanzhe Meng and Guoxin Chen and Jiale Zhao and Shuang Sun and Zhiyu Lin and Wayne Xin Zhao and Ruihua Song and Ji-Rong Wen and Kai Jia},
4 year = {2026},
5 eprint = {2608.06352},
6 archivePrefix = {arXiv},
7 primaryClass = {cs.LG},
8 url = {https://arxiv.org/abs/2608.06352}
9}