From 0aa8d2d7b944793d5ccc35ceb11b4090d91bfc5f Mon Sep 17 00:00:00 2001 From: vfdev Date: Tue, 15 Apr 2025 22:18:26 +0100 Subject: [PATCH 1/2] Fixed bad link in Fine_Tuning_for_Chat.ipynb Fixed bad link Signed-off-by: vfdev --- notebooks/llmu/Fine_Tuning_for_Chat.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/llmu/Fine_Tuning_for_Chat.ipynb b/notebooks/llmu/Fine_Tuning_for_Chat.ipynb index a7018a9d6..931656692 100644 --- a/notebooks/llmu/Fine_Tuning_for_Chat.ipynb +++ b/notebooks/llmu/Fine_Tuning_for_Chat.ipynb @@ -23,7 +23,7 @@ "\n", "In this notebook, you will fine-tune a chatbot on custom conversational data to improve its performance at a specific task.\n", "\n", - "_Read the [accompanying blog post here](https://docs.cohere.com/docs/fine-tuning-for-chat)._" + "_Read the [accompanying blog post here](https://docs.cohere.com/docs/chat-fine-tuning)._" ] }, { From c3295b5af893e2b56735b890bbe2a02c9ff3fecf Mon Sep 17 00:00:00 2001 From: vfdev Date: Mon, 19 May 2025 08:54:25 +0100 Subject: [PATCH 2/2] Update Fine_Tuning_for_Chat.ipynb Signed-off-by: vfdev --- notebooks/llmu/Fine_Tuning_for_Chat.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/llmu/Fine_Tuning_for_Chat.ipynb b/notebooks/llmu/Fine_Tuning_for_Chat.ipynb index 931656692..9c9973a93 100644 --- a/notebooks/llmu/Fine_Tuning_for_Chat.ipynb +++ b/notebooks/llmu/Fine_Tuning_for_Chat.ipynb @@ -23,7 +23,7 @@ "\n", "In this notebook, you will fine-tune a chatbot on custom conversational data to improve its performance at a specific task.\n", "\n", - "_Read the [accompanying blog post here](https://docs.cohere.com/docs/chat-fine-tuning)._" + "_Read the [documentation here](https://docs.cohere.com/docs/chat-fine-tuning)._" ] }, { @@ -71,7 +71,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Fill in your Cohere API key in the next cell. To do this, begin by [signing up to Cohere](https://os.cohere.ai/) (for free!) if you haven't yet. Then get your API key [here](https://dashboard.cohere.com/api-keys)." + "Fill in your Cohere API key in the next cell. To do this, begin by [signing up to Cohere](https://dashboard.cohere.com/welcome/register) (for free!) if you haven't yet. Then get your API key [here](https://dashboard.cohere.com/api-keys)." ] }, {