Skip to content

Commit a9cfd1b

Browse files
doc updates (#1471)
Co-authored-by: Titus <[email protected]>
1 parent bcc052f commit a9cfd1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/fsdp_qlora.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ trainer = SFTTrainer(
100100
model=model,
101101
train_dataset=dataset,
102102
peft_config=peft_config,
103-
dataset_text_field="text",
104-
max_seq_length=max_seq_length,
105-
tokenizer=tokenizer,
103+
processing_class=tokenizer,
106104
args=training_arguments,
107105
)
108106
trainer.train()

0 commit comments

Comments
 (0)