Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,6 @@ args = TrainingArguments(
|
|
102 |
per_device_train_batch_size=64,
|
103 |
gradient_accumulation_steps=4,
|
104 |
learning_rate=1e-5,
|
105 |
-
save_steps=100000,
|
106 |
fp16=True,
|
107 |
optim="sgd",
|
108 |
optim_target_modules=["attn", "mlp"]
|
|
|
102 |
per_device_train_batch_size=64,
|
103 |
gradient_accumulation_steps=4,
|
104 |
learning_rate=1e-5,
|
|
|
105 |
fp16=True,
|
106 |
optim="sgd",
|
107 |
optim_target_modules=["attn", "mlp"]
|