Spaces:
Runtime error
Runtime error
Update train.py
Browse files
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 =
|
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 |
|