mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-06-21 14:48:54 +08:00
[parser] support omegaconf (#7793)
This commit is contained in:
@@ -63,9 +63,6 @@ def run_dpo(
|
||||
else:
|
||||
ref_model = None
|
||||
|
||||
# Update arguments
|
||||
training_args.remove_unused_columns = False # important for multimodal and pairwise dataset
|
||||
|
||||
# Initialize our Trainer
|
||||
trainer = CustomDPOTrainer(
|
||||
model=model,
|
||||
|
||||
Reference in New Issue
Block a user