mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-29 01:46:09 +08:00
using default arguments
This commit is contained in:
parent
5b091daeec
commit
0df9491ff0
@ -45,8 +45,8 @@ CONFIG_DEFAULTS = {
|
||||
"fine_tune_type": "lora",
|
||||
"optimizer": "adam",
|
||||
"optimizer_config": {
|
||||
"adam": {"bias_correction": False},
|
||||
"adamw": {"weight_decay": 0.01, "bias_correction": False},
|
||||
"adam": {},
|
||||
"adamw": {},
|
||||
},
|
||||
"data": "data/",
|
||||
"seed": 0,
|
||||
|
Loading…
Reference in New Issue
Block a user