File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2589,6 +2589,12 @@ paths:
25892589 format : float
25902590 default : 0.0
25912591 description : Weight decay. Regularization parameter for the optimizer.
2592+ random_seed :
2593+ type : integer
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).
25922598 suffix :
25932599 type : string
25942600 description : Suffix that will be added to your fine-tuned model name
@@ -10909,6 +10915,11 @@ components:
1090910915 type : number
1091010916 format : float
1091110917 description : Weight decay value used
10918+ random_seed :
10919+ type : integer
10920+ nullable : true
10921+ description : >
10922+ Random seed used for training. Integer when set; null if not stored (e.g. legacy jobs) or no explicit seed was recorded.
1091210923 wandb_project_name :
1091310924 type : string
1091410925 description : Weights & Biases project name
You can’t perform that action at this time.
0 commit comments