Upload train_alizee_coder.py with huggingface_hub
Browse files- train_alizee_coder.py +1 -1
train_alizee_coder.py
CHANGED
|
@@ -97,7 +97,7 @@ training_config = SFTConfig(
|
|
| 97 |
learning_rate=2e-4,
|
| 98 |
lr_scheduler_type="cosine",
|
| 99 |
warmup_ratio=0.1,
|
| 100 |
-
|
| 101 |
logging_steps=10,
|
| 102 |
save_strategy="steps",
|
| 103 |
save_steps=200,
|
|
|
|
| 97 |
learning_rate=2e-4,
|
| 98 |
lr_scheduler_type="cosine",
|
| 99 |
warmup_ratio=0.1,
|
| 100 |
+
max_seq_length=4096,
|
| 101 |
logging_steps=10,
|
| 102 |
save_strategy="steps",
|
| 103 |
save_steps=200,
|