Skip to content

Commit 151af4a

Browse files
committed
update
1 parent 65d92f2 commit 151af4a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,8 +2590,8 @@ paths:
25902590
default: 0.0
25912591
description: Weight decay. Regularization parameter for the optimizer.
25922592
random_seed:
2593-
type: string
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 is used. Pass a numeric string (e.g. "42").
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, the server uses its default seed (e.g. 42).
25952595
suffix:
25962596
type: string
25972597
description: Suffix that will be added to your fine-tuned model name
@@ -10813,9 +10813,9 @@ components:
1081310813
format: float
1081410814
description: Weight decay value used
1081510815
random_seed:
10816-
type: string
10816+
type: integer
1081710817
nullable: true
10818-
description: Random seed used for reproducible training (e.g. "42"), if set
10818+
description: Random seed used for reproducible training, if set
1081910819
wandb_project_name:
1082010820
type: string
1082110821
description: Weights & Biases project name

0 commit comments

Comments
 (0)