From 2b57b69c597ff9e2bbf08b5edc515ec20cdc7424 Mon Sep 17 00:00:00 2001 From: Kate Sv Date: Mon, 16 Sep 2024 22:33:02 -0700 Subject: [PATCH] (docs)links to redirect chains fix (#133) --- .../pages/fine-tuning/fine-tuning-with-the-cohere-dashboard.mdx | 2 +- fern/pages/fine-tuning/fine-tuning-with-the-python-sdk.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/pages/fine-tuning/fine-tuning-with-the-cohere-dashboard.mdx b/fern/pages/fine-tuning/fine-tuning-with-the-cohere-dashboard.mdx index 3787ddbf5..57fdcdf0d 100644 --- a/fern/pages/fine-tuning/fine-tuning-with-the-cohere-dashboard.mdx +++ b/fern/pages/fine-tuning/fine-tuning-with-the-cohere-dashboard.mdx @@ -25,7 +25,7 @@ After uploading the dataset and going through the validation and review data pha ## Fine-tuning results -You will receive an email notification when the fine-tuned model is ready. You can explore the evaluation metrics using the [Dashboard](http://dashboard.cohere.com/fine-tuning) and try out your model using one of our APIs on the interactive [Playground](https://dashboard.cohere.com/playground/). +You will receive an email notification when the fine-tuned model is ready. You can explore the evaluation metrics using the [Dashboard](http://dashboard.cohere.com/fine-tuning) and try out your model using one of our APIs on the interactive [Playground](https://dashboard.cohere.com/welcome/login?redirect_uri=/playground/chat). ## Fine-tuning job statuses diff --git a/fern/pages/fine-tuning/fine-tuning-with-the-python-sdk.mdx b/fern/pages/fine-tuning/fine-tuning-with-the-python-sdk.mdx index cf80a67c3..4a9281c9e 100644 --- a/fern/pages/fine-tuning/fine-tuning-with-the-python-sdk.mdx +++ b/fern/pages/fine-tuning/fine-tuning-with-the-python-sdk.mdx @@ -55,5 +55,5 @@ finetuned_model = co.finetuning.create_finetuned_model( ## Fine-tuning results -When the fine-tuning model is ready you will receive an email notification. You can explore the evaluation metrics using the Dashboard and try out your model using one of our APIs on the [Playground](https://dashboard.cohere.com/playground/). +When the fine-tuning model is ready you will receive an email notification. You can explore the evaluation metrics using the Dashboard and try out your model using one of our APIs on the [Playground](https://dashboard.cohere.com/welcome/login?redirect_uri=/playground/chat).