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
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11183,7 +11183,7 @@ components:
description: Whether sequence packing is being used for training.
max_seq_length:
type: integer
description: Maximum sequence length to use for training.
description: Maximum sequence length to use for training. If not specified, the maximum allowed for the model and training method will be used.
model:
type: string
description: Base model used for fine-tuning
Expand Down
Loading