diff --git a/openapi.yaml b/openapi.yaml index be339c7..8c94e00 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2584,6 +2584,9 @@ paths: format: float default: 0.0 description: Weight decay. Regularization parameter for the optimizer. + random_seed: + type: string + 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"). suffix: type: string description: Suffix that will be added to your fine-tuned model name @@ -10581,6 +10584,10 @@ components: type: number format: float description: Weight decay value used + random_seed: + type: string + nullable: true + description: Random seed used for reproducible training (e.g. "42"), if set wandb_project_name: type: string description: Weights & Biases project name