Browse Source

更换unsloth grpo的训练数据集并验证

zhouyang.xie 9 tháng trước cách đây
mục cha
commit
efef4ac205
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/train_model_grpo.py

+ 1 - 1
src/train_model_grpo.py

@@ -209,7 +209,7 @@ class ModelTrainer:
                 correctness_reward_func,
             ],
             args = training_args,
-            train_dataset = dataset,
+            train_dataset = train_dataset,
         )
         
         # 训练模型