File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ def create(
286286 For datasets with the "messages" field (conversational format) or "prompt" and "completion" fields
287287 (Instruction format), inputs will be masked.
288288 Defaults to "auto".
289- from_checkpoint (str, optional): The checkpoint to be used in the fine-tuning.
289+ from_checkpoint (str, optional): The checkpoint identifier to continue training from a previous fine-tuning job .
290290 The format: {$JOB_ID/$OUTPUT_MODEL_NAME}:{$STEP}.
291291 The step value is optional, without it the final checkpoint will be used.
292292
@@ -654,7 +654,7 @@ async def create(
654654 For datasets with the "messages" field (conversational format) or "prompt" and "completion" fields
655655 (Instruction format), inputs will be masked.
656656 Defaults to "auto".
657- from_checkpoint (str, optional): The checkpoint to be used in the fine-tuning.
657+ from_checkpoint (str, optional): The checkpoint identifier to continue training from a previous fine-tuning job .
658658 The format: {$JOB_ID/$OUTPUT_MODEL_NAME}:{$STEP}.
659659 The step value is optional, without it the final checkpoint will be used.
660660
You can’t perform that action at this time.
0 commit comments