Commit
•
b48b9a3
1
Parent(s):
67bc7fe
Update app.py
Browse files
app.py
CHANGED
@@ -744,7 +744,8 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
744 |
checkpointing_steps = gr.Number(
|
745 |
info="How many steps to save intermediate checkpoints",
|
746 |
label="checkpointing_steps",
|
747 |
-
value=
|
|
|
748 |
)
|
749 |
prior_loss_weight = gr.Number(
|
750 |
label="prior_loss_weight",
|
|
|
744 |
checkpointing_steps = gr.Number(
|
745 |
info="How many steps to save intermediate checkpoints",
|
746 |
label="checkpointing_steps",
|
747 |
+
value=100000,
|
748 |
+
visible=False #hack to not let users break this for now
|
749 |
)
|
750 |
prior_loss_weight = gr.Number(
|
751 |
label="prior_loss_weight",
|