Qwen3-8B-ABC
is a supervised fine-tuned (SFT) variant of
Qwen/Qwen3-8B
, trained for
agentic backend coding
and
tool-using / instruction-following
behaviors.
Model Details
Model name
:
Qwen3-8B-ABC
Base model
:
Qwen/Qwen3-8B
Model type
: Causal Language Model (decoder-only)
Training method
: Agentic Supervised Fine-Tuning (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-8B-ABC
w/ SFT
13.9%
Qwen3-8B
w/o SFT
8.3%
Intended Use
Qwen3-8B-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-8B-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-8B
Training dataset:
nex-agi/agent-sft
Runs of OpenMOSS-Team Qwen3-8B-ABC on huggingface.co
33
Total runs
1
24-hour runs
1
3-day runs
3
7-day runs
25
30-day runs
More Information About Qwen3-8B-ABC huggingface.co Model
Qwen3-8B-ABC huggingface.co is an AI model on huggingface.co that provides Qwen3-8B-ABC's model effect (), which can be used instantly with this OpenMOSS-Team Qwen3-8B-ABC model. huggingface.co supports a free trial of the Qwen3-8B-ABC model, and also provides paid use of the Qwen3-8B-ABC. Support call Qwen3-8B-ABC model through api, including Node.js, Python, http.
Qwen3-8B-ABC huggingface.co is an online trial and call api platform, which integrates Qwen3-8B-ABC's modeling effects, including api services, and provides a free online trial of Qwen3-8B-ABC, you can try Qwen3-8B-ABC online for free by clicking the link below.
OpenMOSS-Team Qwen3-8B-ABC online free url in huggingface.co:
Qwen3-8B-ABC is an open source model from GitHub that offers a free installation service, and any user can find Qwen3-8B-ABC on GitHub to install. At the same time, huggingface.co provides the effect of Qwen3-8B-ABC install, users can directly use Qwen3-8B-ABC installed effect in huggingface.co for debugging and trial. It also supports api for free installation.