Unverified Commit a9cfd1b4 authored by Benjamin Badger's avatar Benjamin Badger Committed by GitHub
Browse files

doc updates (#1471)


Co-authored-by: default avatarTitus <9048635+Titus-von-Koeller@users.noreply.github.com>
parent bcc052fd
...@@ -100,9 +100,7 @@ trainer = SFTTrainer( ...@@ -100,9 +100,7 @@ trainer = SFTTrainer(
model=model, model=model,
train_dataset=dataset, train_dataset=dataset,
peft_config=peft_config, peft_config=peft_config,
dataset_text_field="text", processing_class=tokenizer,
max_seq_length=max_seq_length,
tokenizer=tokenizer,
args=training_arguments, args=training_arguments,
) )
trainer.train() trainer.train()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment