Views
No views yet

| Model | Terminal-Bench 2.0 Acc. (%) ↑ | SWE-bench Pro Resolved (%) ↑ | Doc2Repo Pass Rate (%) ↑ |
|---|---|---|---|
| Qwen3-30B-A3B-Instruct-2507 (base) | 7.87 ± 0.00 | 3.26 | 5.94 ± 0.88 |
| CalibForge-30B-A3B (this model) | 32.58 ± 1.12 | 30.94 | 35.98 ± 1.82 |

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-30B-A3B \
7 --tp 8 \
8 --dp 1 \
9 --trust-remote-code \
10 --enable-metrics \
11 --max-running-requests 40 \
12 --tool-call-parser qwen \
13 --mem-fraction-static 0.95 \
14 --host :: \
15 --port 40003| Property | Value |
|---|---|
| Backbone | Qwen3-30B-A3B-Instruct-2507 |
| 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}