初始化项目,由ModelHub XC社区提供模型

Model: TMLR-Group-HF/Majority-Voting-Qwen3-8B-Base-DAPO14k
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-18 20:12:10 +08:00
commit cb9d62fe2f
16 changed files with 152326 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
---
license: mit
pipeline_tag: text-generation
library_name: transformers
tags:
- reasoning
---
# Majority-Voting: Qwen3-8B-Base model, trained on the DAPO-14k dataset
This is the **Majority-Voting: Qwen3-8B-Base** model, trained on the DAPO-14k dataset. This model is part of the research presented in the paper [Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models](https://huggingface.co/papers/2508.00410).
## Citation
If you use our datasets or models, please cite our paper!
```bibtex
@article{zhang2025co,
title={Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models},
author={Zhang, Zizhuo and Zhu, Jianing and Ge, Xinmu and Zhao, Zihua and Zhou, Zhanke and Li, Xuan and Feng, Xiao and Yao, Jiangchao and Han, Bo},
journal={arXiv preprint arXiv:2508.00410},
year={2025}
}
```