Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2601,7 +2601,8 @@ paths:
Random seed for reproducible training. When set, the same seed produces the same run (e.g. data shuffle, init). If omitted or null, the server applies its default seed (e.g. 42).
suffix:
type: string
description: Suffix that will be added to your fine-tuned model name
maxLength: 64
description: Suffix that will be added to your fine-tuned model name. Must be at most 64 characters long.
wandb_api_key:
type: string
description: Integration key for tracking experiments and model metrics on W&B platform
Expand Down
Loading