-
Notifications
You must be signed in to change notification settings - Fork 39
Fixed bad link in Fine_Tuning_for_Chat.ipynb #512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Fixed bad link Signed-off-by: vfdev <[email protected]>
🌿 Preview your docs: https://cohere-preview-786e31a5-4059-4d0e-b625-cdf236b44b37.docs.buildwithfern.com |
@@ -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)._" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"_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)._" |
Actually, there are more bad links in the text below:
|
We can use this one: https://dashboard.cohere.com/welcome/register |
Signed-off-by: vfdev <[email protected]>
🌿 Preview your docs: https://cohere-preview-e9279e17-cd59-47e9-9e0b-2e4de38ca25b.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-fde3cd89-ae49-4a10-9222-bacd6de68546.docs.buildwithfern.com |
Fixed bad link