nroggendorff commited on
Commit
45a972e
·
verified ·
1 Parent(s): 1523408

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -18,7 +18,7 @@ INSTRUCT_DATASET = "nroggendorff/openhermes"
18
  OUTPUT_REPO = "smallama"
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
 
18
  OUTPUT_REPO = "smallama"
19
  FP16 = True
20
  WARMUP_STEPS = 20
21
+ DECAY = 2e-2
22
  GRADIENT_ACCUMULATION_STEPS = 1
23
  CLIPPING = 1.0
24
  PUSH_TO_HUB = True