初始化项目,由ModelHub XC社区提供模型
Model: m-a-p/TreePO-Qwen2.5-7B Source: Original Platform
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
library_name: transformers
|
||||
pipeline_tag: text-generation
|
||||
datasets:
|
||||
- m-a-p/TreePO_data
|
||||
base_model:
|
||||
- Qwen/Qwen2.5-7B
|
||||
---
|
||||
|
||||
|
||||
We release the resources for the paper [TreePO](arxiv.org/abs/2508.17445):
|
||||
- Checkpoint with average weighted subgroup advantages + more diverse intial divergence ([the final one](https://huggingface.co/m-a-p/TreePO-Qwen2.5-7B)). **← You are here.**
|
||||
- Checkpoint with average weighted subgroup advantages + [fixed divergence](https://huggingface.co/m-a-p/TreePO-Qwen2.5-7B_fixed-div).
|
||||
- The [training dataset](https://huggingface.co/datasets/m-a-p/TreePO_data) consisted of deepscaler and simplerl math reasoning.
|
||||
|
||||
|
||||
More links:
|
||||
- [Huggingface Paper](https://huggingface.co/papers/2508.17445)
|
||||
- [Project Page](https://m-a-p.ai/TreePO)
|
||||
- [X/Twitter Thread](https://x.com/yizhilll/status/1960616873180954854)
|
||||
- [Github Repo](https://github.com/multimodal-art-projection/TreePO)
|
||||
|
||||
|
||||
If you find this work useful, please consider citing the paper:
|
||||
|
||||
```bibtex
|
||||
@misc{li2025treepo, title={TreePO: Bridging the Gap of Policy Optimization and Efficacy and Inference Efficiency with Heuristic Tree-based Modeling}, author={Yizhi Li and Qingshui Gu and Zhoufutu Wen and Ziniu Li and Tianshun Xing and Shuyue Guo and Tianyu Zheng and Xin Zhou and Xingwei Qu and Wangchunshu Zhou and Zheng Zhang and Wei Shen and Qian Liu and Chenghua Lin and Jian Yang and Ge Zhang and Wenhao Huang}, year={2025}, eprint={2508.17445}, archivePrefix={arXiv}, primaryClass={cs.LG}, url={https://arxiv.org/abs/2508.17445}, howpublished = {\url{https://m-a-p.ai/TreePO}} }
|
||||
```
|
||||
Reference in New Issue
Block a user