nroggendorff commited on
Commit
c90d126
·
verified ·
1 Parent(s): d1a06b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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"]