Skip to content

Commit 160983d

Browse files
committed
Fix
1 parent a534cec commit 160983d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

openapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2544,7 +2544,7 @@ paths:
25442544
packing:
25452545
type: boolean
25462546
default: true
2547-
description: Whether to use packing for training.
2547+
description: Whether to use sequence packing for training.
25482548
model:
25492549
type: string
25502550
description: Name of the base model to run fine-tune job on
@@ -10870,6 +10870,9 @@ components:
1087010870
validation_file:
1087110871
type: string
1087210872
description: File-ID of the validation file
10873+
packing:
10874+
type: boolean
10875+
description: Whether sequence packing is being used for training.
1087310876
model:
1087410877
type: string
1087510878
description: Base model used for fine-tuning

0 commit comments

Comments
 (0)