Skip to content

Commit

Permalink
Fix DPO Unsloth example (huggingface#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavgarg1 authored Apr 2, 2024
1 parent 45da5df commit c674c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dpo_trainer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ training_args = TrainingArguments(output_dir="./output")

dpo_trainer = DPOTrainer(
model,
model_ref=None,
ref_model=None,
args=training_args,
beta=0.1,
train_dataset=train_dataset,
Expand Down

0 comments on commit c674c66

Please sign in to comment.