Upload train_qwen_codeforces.py with huggingface_hub
Browse files- 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 |
-
|
| 64 |
)
|
| 65 |
)
|
| 66 |
|
|
|
|
| 60 |
bf16=True,
|
| 61 |
max_grad_norm=1.0,
|
| 62 |
optim="adamw_torch",
|
| 63 |
+
max_length=512,
|
| 64 |
)
|
| 65 |
)
|
| 66 |
|