We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a534cec commit 160983dCopy full SHA for 160983d
1 file changed
openapi.yaml
@@ -2544,7 +2544,7 @@ paths:
2544
packing:
2545
type: boolean
2546
default: true
2547
- description: Whether to use packing for training.
+ description: Whether to use sequence packing for training.
2548
model:
2549
type: string
2550
description: Name of the base model to run fine-tune job on
@@ -10870,6 +10870,9 @@ components:
10870
validation_file:
10871
10872
description: File-ID of the validation file
10873
+ packing:
10874
+ type: boolean
10875
+ description: Whether sequence packing is being used for training.
10876
10877
10878
description: Base model used for fine-tuning
0 commit comments