papebaba commited on
Commit
641fa02
·
verified ·
1 Parent(s): e620ebc

Upload train_qwen_codeforces.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_qwen_codeforces.py +1 -1
train_qwen_codeforces.py CHANGED
@@ -60,7 +60,7 @@ trainer = SFTTrainer(
60
  bf16=True,
61
  max_grad_norm=1.0,
62
  optim="adamw_torch",
63
- max_seq_length=512,
64
  )
65
  )
66
 
 
60
  bf16=True,
61
  max_grad_norm=1.0,
62
  optim="adamw_torch",
63
+ max_length=512,
64
  )
65
  )
66