Spaces:
Runtime error
Runtime error
Update train.py
Browse files
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 =
|
20 |
DECAY = 0.01
|
21 |
-
GRADIENT_ACCUMULATION_STEPS =
|
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 |
|