nroggendorff commited on
Commit
e87a7f4
·
verified ·
1 Parent(s): 686354b

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -19,7 +19,7 @@ OUTPUT_REPO = "smallama"
19
  FP16 = True
20
  WARMUP_STEPS = 20
21
  DECAY = 1e-4
22
- GRADIENT_ACCUMULATION_STEPS = 16
23
  CLIPPING = 1.0
24
  PUSH_TO_HUB = True
25
 
 
19
  FP16 = True
20
  WARMUP_STEPS = 20
21
  DECAY = 1e-4
22
+ GRADIENT_ACCUMULATION_STEPS = 1
23
  CLIPPING = 1.0
24
  PUSH_TO_HUB = True
25