We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57cf0b commit 99b13e0Copy full SHA for 99b13e0
syntaxdot-cli/src/subcommands/distill.rs
@@ -1118,7 +1118,7 @@ impl SyntaxDotApp for DistillApp {
1118
.help(
1119
"For the first N timesteps, the learning rate is linearly scaled up to LR.",
1120
)
1121
- .default_value("2000"),
+ .default_value("10000"),
1122
1123
.arg(
1124
Arg::with_name(WEIGHT_DECAY)
syntaxdot-cli/src/subcommands/finetune.rs
@@ -536,7 +536,7 @@ impl SyntaxDotApp for FinetuneApp {
536
537
538
539
540
541
542
0 commit comments