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