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