nroggendorff commited on
Commit
d2b80b3
·
verified ·
1 Parent(s): 3fa9d6e

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +2 -2
train.py CHANGED
@@ -16,9 +16,9 @@ VOCAB_SIZE = 32000
16
  INPUT_DATASET = "nroggendorff/openhermes"
17
  OUTPUT_REPO = "smallama"
18
  FP16 = True
19
- WARMUP_STEPS = 500
20
  DECAY = 0.01
21
- GRADIENT_ACCUMULATION_STEPS = 4
22
  CLIPPING = 1.0
23
  PUSH_TO_HUB = True
24
 
 
16
  INPUT_DATASET = "nroggendorff/openhermes"
17
  OUTPUT_REPO = "smallama"
18
  FP16 = True
19
+ WARMUP_STEPS = 200
20
  DECAY = 0.01
21
+ GRADIENT_ACCUMULATION_STEPS = 1
22
  CLIPPING = 1.0
23
  PUSH_TO_HUB = True
24