Spaces:
Runtime error
Runtime error
Update train.py
Browse files
train.py
CHANGED
@@ -18,7 +18,7 @@ INSTRUCT_DATASET = "nroggendorff/openhermes"
|
|
18 |
OUTPUT_REPO = "smallama"
|
19 |
FP16 = True
|
20 |
WARMUP_STEPS = 20
|
21 |
-
DECAY =
|
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
|