Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 0a98ba5

Browse files
committed
update chat fine-tuning notebook
1 parent 82fcfde commit 0a98ba5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

notebooks/Fine_tuning_Models_for_the_Chat_Endpoint.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"id": "HZ_ZFietTx7o"
77
},
88
"source": [
9-
"# Fine-tuning Models for the Chat Endpoint\n",
9+
"# Fine-tuning Models for Cohere Chat\n",
1010
"\n",
1111
"In this chapter, you will fine-tune a chatbot on custom conversational data to improve its performance at a specific task. \n",
1212
"\n",
13-
"_Read the [accompanying blog post here]()._"
13+
"_Read the [accompanying blog post here](https://txt.cohere.com/chat-finetuning-guide/)._"
1414
]
1515
},
1616
{
@@ -609,7 +609,9 @@
609609
"id": "FgtQcmzmTx7z"
610610
},
611611
"source": [
612-
"## Step 3: Evaluate the Fine-Tuned Model with Test Data\n",
612+
"## Step 3: Evaluate the Fine-Tuned Model\n",
613+
"\n",
614+
"### With Test Data\n",
613615
"\n"
614616
]
615617
},
@@ -836,7 +838,7 @@
836838
"id": "bRkgtYAHTx7z"
837839
},
838840
"source": [
839-
"## Step 4: Evaluate the Fine-Tuned Model in the Chat Context"
841+
"### In the Chat Context"
840842
]
841843
},
842844
{

0 commit comments

Comments
 (0)