nebius/SWE-rebench-openhands-Qwen3-30B-A3B

Model

Model Summary

12

8 commits

1 linked in READMEs

updated Dec 23, 2025

See the code

README

Model Summary

SWE-rebench-openhands-Qwen3-30B-A3B is a 30B Rejection Sampling Fine-Tuning (RFT) checkpoint derived from Qwen/Qwen3-30B-A3B-Instruct-2507, trained on the newly released nebius/SWE-rebench-openhands-trajectories dataset. Training used a maximum sequence length of 131k tokens.

ModelSizeMaximum Number of Turns = 100Maximum Number of Turns = 500
Pass@1Pass@5Pass@1Pass@5Pass@1Pass@5Pass@1Pass@5
30B scale
Qwen3-30B-A3B-Instruct-250730B25.244.811.824.425.744.214.226.5
Qwen3-Coder-30B-A3B-Instruct30B51.967.328.742.850.063.028.138.7
nebius/SWE-rebench-openhands-Qwen3-30B-A3B (Ours)30B49.7
(+24.5)
65.4
(+20.6)
28.1
(+16.3)
38.7
(+14.3)
50.3
(+24.6)
68.3
(+24.1)
28.1
(+13.9)
38.7
(+12.2)
100B+ scale
GLM-4.5-Air106B58.273.533.842.8----
200B+ scale
Qwen3-235B-A22B-Instruct-2507235B45.265.929.344.846.267.525.340.8
nebius/SWE-rebench-openhands-Qwen3-235B-A22B (Ours)235B59.9
(+14.7)
73.9
(+8.0)
35.1
(+5.8)
46.9
(+2.1)
61.7
(+15.5)
74.3
(+6.8)
34.2
(+8.9)
44.8
(+4.0)
300B+ scale
GLM-4.5355B64.476.233.844.8----
Qwen3-Coder-480B-A35B-Instruct480B64.775.836.344.866.577.835.542.8

Table 1. Pass@1 (averaged over 5 runs) and Pass@5 for OpenHands agent with the maximum number of turns set to 100 (highlighted in yellow) and 500 (highlighted in green). Metrics are reported in percentages. Deltas vs base models are shown in parentheses for fine-tuned models.

We explicitly excluded all SWE-bench Verified and SWE-rebench September issues from training to avoid contamination. SWE-rebench Verified was additionally decontaminated on repository level.

When evaluated with the OpenHands (v0.54.0) agent, our 30B model:

  • Substantially improves over the base Qwen3-30B-A3B-Instruct-2507 model, with +24.6 Pass@1 and +24.1 Pass@5 gains at 500-turn settings.
  • Matches or surpasses the specialized Qwen3-Coder-30B-A3B-Instruct baseline at 500 turns on SWE-bench Verified (50.3% vs 50.0% Pass@1; 68.3% vs 63.0% Pass@5).
  • Generalizes to longer interaction horizons, despite training on trajectories capped at 100 turns.

For more details see our report in Nebius blog.


Best Practices

  1. Deployment:

    • Use the following configuration to serve the model with vLLM:
      VLLM_USE_V1=1 vllm serve nebius/SWE-rebench-openhands-Qwen3-30B-A3B
        --tensor-parallel-size 8
        --served-model-name qwen_3_instruct_2507
        --disable-log-requests
        --enable-prefix-caching
        --max-model-len 131072
        --enable-auto-tool-choice
        --tool-call-parser hermes
      
      Tested using vllm/vllm-openai:v0.9.0 Docker image.
  2. Sampling Parameters:

    • For optimal performance, we recommend Temperature=0.7, TopP=0.8, TopK=20, and MinP=0 that are consistent with the base model.

Citation

@article{trofimova2025openhandstrajs,
  title={OpenHands Trajectories with Qwen3-Coder-480B-A35B-Instruct},
  author={Trofimova, Maria and Shevtsov, Anton and Ibragim, Badertdinov and Pyaev, Konstantin and Karasik, Simon and Golubev, Alexander},
  year={2025},
  journal={Nebius blog},
  note={}
}
agent
code
conversational
endpoints_compatible
qwen3_moe
safetensors
text-generation
transformers

Contributors

vim-ary

7 commits

ibragim-bad

1 commits

nebius/SWE-rebench-openhands-Qwen3-30B-A3B

Model

Model Summary

12

8 commits

1 linked in READMEs

updated Dec 23, 2025

See the code

README

Model Summary

SWE-rebench-openhands-Qwen3-30B-A3B is a 30B Rejection Sampling Fine-Tuning (RFT) checkpoint derived from Qwen/Qwen3-30B-A3B-Instruct-2507, trained on the newly released nebius/SWE-rebench-openhands-trajectories dataset. Training used a maximum sequence length of 131k tokens.

ModelSizeMaximum Number of Turns = 100Maximum Number of Turns = 500
Pass@1Pass@5Pass@1Pass@5Pass@1Pass@5Pass@1Pass@5
30B scale
Qwen3-30B-A3B-Instruct-250730B25.244.811.824.425.744.214.226.5
Qwen3-Coder-30B-A3B-Instruct30B51.967.328.742.850.063.028.138.7
nebius/SWE-rebench-openhands-Qwen3-30B-A3B (Ours)30B49.7
(+24.5)
65.4
(+20.6)
28.1
(+16.3)
38.7
(+14.3)
50.3
(+24.6)
68.3
(+24.1)
28.1
(+13.9)
38.7
(+12.2)
100B+ scale
GLM-4.5-Air106B58.273.533.842.8----
200B+ scale
Qwen3-235B-A22B-Instruct-2507235B45.265.929.344.846.267.525.340.8
nebius/SWE-rebench-openhands-Qwen3-235B-A22B (Ours)235B59.9
(+14.7)
73.9
(+8.0)
35.1
(+5.8)
46.9
(+2.1)
61.7
(+15.5)
74.3
(+6.8)
34.2
(+8.9)
44.8
(+4.0)
300B+ scale
GLM-4.5355B64.476.233.844.8----
Qwen3-Coder-480B-A35B-Instruct480B64.775.836.344.866.577.835.542.8

Table 1. Pass@1 (averaged over 5 runs) and Pass@5 for OpenHands agent with the maximum number of turns set to 100 (highlighted in yellow) and 500 (highlighted in green). Metrics are reported in percentages. Deltas vs base models are shown in parentheses for fine-tuned models.

We explicitly excluded all SWE-bench Verified and SWE-rebench September issues from training to avoid contamination. SWE-rebench Verified was additionally decontaminated on repository level.

When evaluated with the OpenHands (v0.54.0) agent, our 30B model:

  • Substantially improves over the base Qwen3-30B-A3B-Instruct-2507 model, with +24.6 Pass@1 and +24.1 Pass@5 gains at 500-turn settings.
  • Matches or surpasses the specialized Qwen3-Coder-30B-A3B-Instruct baseline at 500 turns on SWE-bench Verified (50.3% vs 50.0% Pass@1; 68.3% vs 63.0% Pass@5).
  • Generalizes to longer interaction horizons, despite training on trajectories capped at 100 turns.

For more details see our report in Nebius blog.


Best Practices

  1. Deployment:

    • Use the following configuration to serve the model with vLLM:
      VLLM_USE_V1=1 vllm serve nebius/SWE-rebench-openhands-Qwen3-30B-A3B
        --tensor-parallel-size 8
        --served-model-name qwen_3_instruct_2507
        --disable-log-requests
        --enable-prefix-caching
        --max-model-len 131072
        --enable-auto-tool-choice
        --tool-call-parser hermes
      
      Tested using vllm/vllm-openai:v0.9.0 Docker image.
  2. Sampling Parameters:

    • For optimal performance, we recommend Temperature=0.7, TopP=0.8, TopK=20, and MinP=0 that are consistent with the base model.

Citation

@article{trofimova2025openhandstrajs,
  title={OpenHands Trajectories with Qwen3-Coder-480B-A35B-Instruct},
  author={Trofimova, Maria and Shevtsov, Anton and Ibragim, Badertdinov and Pyaev, Konstantin and Karasik, Simon and Golubev, Alexander},
  year={2025},
  journal={Nebius blog},
  note={}
}
agent
code
conversational
endpoints_compatible
qwen3_moe
safetensors
text-generation
transformers

Contributors

vim-ary

7 commits

ibragim-bad

1 commits