已合并
【R1-Zero-qwen复现 Part1】GRPO+多reward #2216
AtomGit-Bot创建于 2025年2月13日
【R1-Zero-qwen复现 Part1】GRPO+多reward #2216
已合并
从refs/pull/2216/head合入到master
Pull Request已成功合入, 合并人@
(感谢 AtomGit-Bot 的贡献)mindspeed_llm/inference/text_generation/generation.py
@@ -21,7 +21,6 @@ import torch.nn.functional as F
删掉是否会影响仓上的其他功能


configs/rlxf/grpo_trainer_qwen25_7b.yaml
@@ -0,0 +65,4 @@
65+ model: qwen25-7b
66+ verifier: true
67+ tensor_model_parallel_size: 2
68+ pipeline_model_parallel_size: 1
要和R1的复现参数格式协调


preprocess_data.py
@@ -116,3 +115,4 @@
115+ 'chatml_de', 'qwen', 'qwen_r1', "qwen_math_r1", 'llama3', 'llama2', 'mistral', 'mixtral', 'gemma', 'alpaca',
116116 'deepseek2', 'deepseek2-lite', 'cpm', 'baichuan2', 'deepseek3', 'intern2'],
117117 help='Which template to use for constructing prompts in training.'
118118 'e.g., "qwen"')
图片需要按照Qwen2.5-7B-instruct重新更新一下


2025年2月17日 添加了
ci-pipeline-running
标签
2025年2月17日 移除了
ci-pipeline-failed
标签
此处折叠了378条消息 查看更多
2025年2月16日 添加了
ci-pipeline-running
标签
2025年2月16日 添加了
ci-pipeline-running
标签
2025年2月16日 移除了
ci-pipeline-failed
标签
2025年2月17日 移除了
ci-pipeline-failed
标签
2025年2月17日 添加了
ci-pipeline-running
标签
GRPO+多reward