mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-15 08:36:41 +00:00
Remove orpo weight
This commit is contained in:
@@ -3604,11 +3604,6 @@ def add_training_arguments(parser: argparse.ArgumentParser, support_dreambooth:
|
||||
type=int,
|
||||
help="DPO KL Divergence penalty. Recommended values for SD1.5 B=2000, SDXL B=5000 / DPO KL 発散ペナルティ。SD1.5 の推奨値 B=2000、SDXL B=5000",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--orpo_weight",
|
||||
type=float,
|
||||
help="ORPO weight for relative ratio loss. Recommended values of 0.1 to 0.25 / 相対比損失の ORPO 重み。推奨値は 0.1 ~ 0.25 です",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--mapo_weight",
|
||||
type=float,
|
||||
|
||||
Reference in New Issue
Block a user