We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a50d1db + 7251e6e commit 83a0309Copy full SHA for 83a0309
1 file changed
openapi.yaml
@@ -2617,9 +2617,11 @@ paths:
2617
description: The training method to use. 'sft' for Supervised Fine-Tuning or 'dpo' for Direct Preference Optimization.
2618
training_type:
2619
type: object
2620
+ default: null
2621
oneOf:
2622
- $ref: '#/components/schemas/FullTrainingType'
2623
- $ref: '#/components/schemas/LoRATrainingType'
2624
+ description: The training type to use. If not provided, the job will default to LoRA training type.
2625
multimodal_params:
2626
$ref: '#/components/schemas/MultimodalParams'
2627
from_checkpoint:
0 commit comments