Skip to content

Commit 57fef4e

Browse files
committed
fix
1 parent 42a9425 commit 57fef4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/together/resources/finetune.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)