yashvshetty commited on
Commit
9ffb169
·
1 Parent(s): b64e033

Fix: remove unsupported SFTConfig params

Browse files
Files changed (1) hide show
  1. scripts/train_lora.py +0 -2
scripts/train_lora.py CHANGED
@@ -93,8 +93,6 @@ training_args = SFTConfig(
93
  bf16=True,
94
  optim="adamw_8bit",
95
  gradient_checkpointing=True,
96
- max_seq_length=2048,
97
- dataset_text_field="text",
98
  )
99
 
100
  trainer = SFTTrainer(
 
93
  bf16=True,
94
  optim="adamw_8bit",
95
  gradient_checkpointing=True,
 
 
96
  )
97
 
98
  trainer = SFTTrainer(