Skip to content

Commit

Permalink
doc updates (#1471)
Browse files Browse the repository at this point in the history
Co-authored-by: Titus <[email protected]>
  • Loading branch information
blbadger and Titus-von-Koeller authored Jan 14, 2025
1 parent bcc052f commit a9cfd1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/fsdp_qlora.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ trainer = SFTTrainer(
model=model,
train_dataset=dataset,
peft_config=peft_config,
dataset_text_field="text",
max_seq_length=max_seq_length,
tokenizer=tokenizer,
processing_class=tokenizer,
args=training_arguments,
)
trainer.train()
Expand Down

0 comments on commit a9cfd1b

Please sign in to comment.