fix: remove quantization_config after loading to bypass SFTTrainer check
This commit is contained in:
@@ -36,7 +36,7 @@ train_params:
|
||||
learning_rate: 2e-4
|
||||
lr_scheduler_type: cosine
|
||||
weight_decay: 0.01
|
||||
warmup_ratio: 0.03
|
||||
warmup_ratio: 0.03 # Will be converted to warmup_steps by TrainingArguments
|
||||
max_seq_length: 1024
|
||||
logging_steps: 10
|
||||
save_steps: 100
|
||||
|
||||
Reference in New Issue
Block a user