Skip to content

Commit c151d75

Browse files
committed
update desp
1 parent d59f2d2 commit c151d75

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,8 +2591,10 @@ paths:
25912591
description: Weight decay. Regularization parameter for the optimizer.
25922592
random_seed:
25932593
type: integer
2594-
default: none
2595-
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).
2594+
nullable: true
2595+
description: >
2596+
Random seed for reproducible training. When set, the same seed produces the same run (e.g. data shuffle, init).
2597+
If omitted or null, the server applies its default seed (e.g. 42).
25962598
suffix:
25972599
type: string
25982600
description: Suffix that will be added to your fine-tuned model name
@@ -10816,7 +10818,8 @@ components:
1081610818
random_seed:
1081710819
type: integer
1081810820
nullable: true
10819-
description: Random seed used for reproducible training, if set
10821+
description: >
10822+
Random seed used for training. Integer when set; null if not stored (e.g. legacy jobs) or no explicit seed was recorded.
1082010823
wandb_project_name:
1082110824
type: string
1082210825
description: Weights & Biases project name

0 commit comments

Comments
 (0)