Skip to content

Commit 65d749d

Browse files
authored
Update fine-tune-model-llama.md
1 parent a20ce1a commit 65d749d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/fine-tune-model-llama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Different model types require a different format of training data.
134134

135135
# [Chat Completion](#tab/chatcompletion)
136136

137-
The training and validation data you use **must** be formatted as a JSON Lines (JSONL) document. For `Llama-3-80B-chat` the fine-tuning dataset must be formatted in the conversational format that is used by the Chat completions API.
137+
The training and validation data you use **must** be formatted as a JSON Lines (JSONL) document. For `Meta-Llama-3.1-70B-Instruct` the fine-tuning dataset must be formatted in the conversational format that is used by the Chat completions API.
138138

139139
### Example file format
140140

0 commit comments

Comments
 (0)