From f91fb2bda2efd36b08383420bfb6c27aa22c07bc Mon Sep 17 00:00:00 2001 From: Costa Huang Date: Wed, 18 Oct 2023 17:45:18 -0400 Subject: [PATCH] remove duplicate key in `reward_modeling.py` (#890) --- examples/scripts/reward_modeling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/scripts/reward_modeling.py b/examples/scripts/reward_modeling.py index d06c08ee5d..f105144991 100644 --- a/examples/scripts/reward_modeling.py +++ b/examples/scripts/reward_modeling.py @@ -67,7 +67,6 @@ class ScriptArguments: r=16, lora_alpha=16, bias="none", - task_type="CAUSAL_LM", task_type="SEQ_CLS", modules_to_save=["scores"], ),