OpenMOSS-Team / Qwen3-32B-ABC

huggingface.co
Total runs: 20
24-hour runs: -1
7-day runs: 1
30-day runs: 8
Model's Last Updated: January 20 2026
text-generation

Introduction of Qwen3-32B-ABC

Model Details of Qwen3-32B-ABC

Qwen3-32B-ABC


💻 Code |    📑 Paper |    📝 Blog |    🤗 Data

Qwen3-32B-ABC is a supervised fine-tuned (SFT) variant of Qwen/Qwen3-32B , trained for agentic backend coding and tool-using / instruction-following behaviors.

Model Details
  • Model name : Qwen3-32B-ABC
  • Base model : Qwen/Qwen3-32B
  • Model type : Causal Language Model (decoder-only)
  • Training method : Agentic Supervised Fine-Tuning (SFT)
Training Data

This model was fine-tuned on nex-agi/agent-sft .

Please refer to the dataset card for detailed documentation, licensing, and usage constraints.

Performance on ABC-Bench

Following the ABC-Bench paper’s evaluation protocol:

Model Setting Average Pass@1 (%, 3 attempts)
Qwen3-32B-ABC w/ SFT 33.8%
Qwen3-32B w/o SFT 8.9%
Intended Use

Qwen3-32B-ABC is intended for:

  • Agent-style instruction following for backend development tasks
  • Code editing / patch generation in real repositories
  • Command-line oriented debugging and step-by-step problem solving
  • Research on automated software engineering and agent evaluation
Usage
Transformers (Python)
from transformers import AutoTokenizer, AutoModelForCausalLM
import torch

model_id = "OpenMOSS-Team/Qwen3-32B-ABC"

tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    torch_dtype=torch.bfloat16,
    device_map="auto",
    trust_remote_code=True,
)

prompt = "Write a FastAPI endpoint that returns health status as JSON."
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)

with torch.no_grad():
    output = model.generate(
        **inputs,
        max_new_tokens=256,
        do_sample=True,
        temperature=0.7,
        top_p=0.9,
    )

print(tokenizer.decode(output[0], skip_special_tokens=True))
Citation
@misc{yang2026abcbenchbenchmarkingagenticbackend,
      title={ABC-Bench: Benchmarking Agentic Backend Coding in Real-World Development}, 
      author={Jie Yang and Honglin Guo and Li Ji and Jiazheng Zhou and Rui Zheng and Zhikai Lei and Shuo Zhang and Zhiheng Xi and Shichun Liu and Yuxin Wang and Bo Wang and Yining Zheng and Tao Gui and Xipeng Qiu},
      year={2026},
      eprint={2601.11077},
      archivePrefix={arXiv},
      primaryClass={cs.SE},
      url={https://arxiv.org/abs/2601.11077}, 
}
Acknowledgements
  • Base model: Qwen/Qwen3-32B
  • Training dataset: nex-agi/agent-sft

Runs of OpenMOSS-Team Qwen3-32B-ABC on huggingface.co

20
Total runs
-1
24-hour runs
0
3-day runs
1
7-day runs
8
30-day runs

More Information About Qwen3-32B-ABC huggingface.co Model

More Qwen3-32B-ABC license Visit here:

https://choosealicense.com/licenses/apache-2.0

Qwen3-32B-ABC huggingface.co

Qwen3-32B-ABC huggingface.co is an AI model on huggingface.co that provides Qwen3-32B-ABC's model effect (), which can be used instantly with this OpenMOSS-Team Qwen3-32B-ABC model. huggingface.co supports a free trial of the Qwen3-32B-ABC model, and also provides paid use of the Qwen3-32B-ABC. Support call Qwen3-32B-ABC model through api, including Node.js, Python, http.

OpenMOSS-Team Qwen3-32B-ABC online free

Qwen3-32B-ABC huggingface.co is an online trial and call api platform, which integrates Qwen3-32B-ABC's modeling effects, including api services, and provides a free online trial of Qwen3-32B-ABC, you can try Qwen3-32B-ABC online for free by clicking the link below.

OpenMOSS-Team Qwen3-32B-ABC online free url in huggingface.co:

https://huggingface.co/OpenMOSS-Team/Qwen3-32B-ABC

Qwen3-32B-ABC install

Qwen3-32B-ABC is an open source model from GitHub that offers a free installation service, and any user can find Qwen3-32B-ABC on GitHub to install. At the same time, huggingface.co provides the effect of Qwen3-32B-ABC install, users can directly use Qwen3-32B-ABC installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Qwen3-32B-ABC install url in huggingface.co:

https://huggingface.co/OpenMOSS-Team/Qwen3-32B-ABC

Url of Qwen3-32B-ABC

Provider of Qwen3-32B-ABC huggingface.co

OpenMOSS-Team
ORGANIZATIONS

Other API from OpenMOSS-Team