Skip to content

Commit a26d99d

Browse files
committed
update API doc
1 parent 152ef85 commit a26d99d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,6 +2589,9 @@ paths:
25892589
format: float
25902590
default: 0.0
25912591
description: Weight decay. Regularization parameter for the optimizer.
2592+
random_seed:
2593+
type: integer
2594+
description: Random seed for reproducible training. When set, the same seed produces the same run (e.g. data shuffle, init). If not provided, a default seed `42` is used.
25922595
suffix:
25932596
type: string
25942597
description: Suffix that will be added to your fine-tuned model name
@@ -10809,6 +10812,10 @@ components:
1080910812
type: number
1081010813
format: float
1081110814
description: Weight decay value used
10815+
random_seed:
10816+
type: integer
10817+
nullable: true
10818+
description: Random seed used for reproducible training, if set
1081210819
wandb_project_name:
1081310820
type: string
1081410821
description: Weights & Biases project name

0 commit comments

Comments
 (0)