Initial Commit
This commit is contained in:
10
scripts/kaiyuan2b-profiling/params/optim_common.sh
Normal file
10
scripts/kaiyuan2b-profiling/params/optim_common.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# note: by default decoupled_weight_decay is True and adam optimizer acts as adamW
|
||||
|
||||
OPTIM_ARGS="
|
||||
--optimizer adam
|
||||
--adam-beta1 0.9
|
||||
--adam-beta2 0.95
|
||||
--adam-eps 1e-8
|
||||
--weight-decay 0.1
|
||||
--clip-grad 1.0
|
||||
"
|
||||
Reference in New Issue
Block a user