diff --git a/fern/docs/text-gen-solution/fine-tuning-cli-guide.mdx b/fern/docs/text-gen-solution/fine-tuning-cli-guide.mdx index d2b883c..53752b6 100644 --- a/fern/docs/text-gen-solution/fine-tuning-cli-guide.mdx +++ b/fern/docs/text-gen-solution/fine-tuning-cli-guide.mdx @@ -72,6 +72,7 @@ We accept JSONL files in which each line is a JSON object. Prepare your JSONL da See the following for examples of different data formats: **a. Chat Completion Format Example:** + Each message object has a role (either system, user, or assistant) and content. - The system message (optional): Can be used to set the behavior of the assistant. - The user messages (required): Provide requests or comments for the assistant to respond to. @@ -79,6 +80,7 @@ Each message object has a role (either system, user, or assistant) and content. - Tool calls (optional): Allow for triggering specific actions or functions within the assistant or integrating external functionalities to enhance the conversation. Here are some examples in chat completion format. + Single-turn example: ```json