CoolFace
Modelpublic

wenlongzhao/ARPO-reproduce_Qwen3-8B_SFT_code-config

sourceHugging Faceapache-2.0updated 22d agoView on Hugging Face
0likes713downloads
Model Card

Qwen3-8B-ARPO-SFT-code

Full-parameter SFT of Qwen/Qwen3-8B, following the released LLaMA-Factory yaml in the ARPO codebase.

This is the code variant (max length 15000, global batch 16, no weight decay). A companion paper variant matching Appendix E.2 is at `wenlongzhao/ARPO-reproduce_Qwen3-8B_SFT_paper-config`.

Training data

Trained on dongguanting/ARPO-SFT-54K (Tool-Star 54K + STILL), the official ARPO SFT mix.

Training procedure

Trained with LLaMA-Factory full SFT, DeepSpeed ZeRO-3, and BF16.

HyperparameterValue
Learning rate7e-6
LR schedulecosine, warmup ratio 0.1
Epochs3
Global batch size16
Max sequence length15000
Weight decay0.0
PrecisionBF16
Seed42

Final train loss: 0.4241.

Intended use

Research checkpoint for ARPO-style agentic SFT. Not evaluated as a standalone chat model. Follow the licenses of the base model and the SFT dataset.

Citation

bibtex
@article{dong2025arpo,
  author = {Guanting Dong and Hangyu Mao and Kai Ma and Licheng Bao and Yifei Chen and Zhongyuan Wang and Zhongxia Chen and Jiazhen Du and Huiyang Wang and Fuzheng Zhang and Guorui Zhou and Yutao Zhu and Ji-Rong Wen and Zhicheng Dou},
  title = {Agentic Reinforced Policy Optimization},
  journal = {CoRR},
  volume = {abs/2507.19849},
  year = {2025},
  url = {https://arxiv.org/abs/2507.19849}
}