fix dataset link (#17565)

This commit is contained in:
William FH 2024-02-14 23:18:07 -08:00 committed by GitHub
parent fc1617c44f
commit 53b8c86309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@
"source": [ "source": [
"## 1. Select a dataset\n", "## 1. Select a dataset\n",
"\n", "\n",
"This notebook fine-tunes a model directly on selecting which runs to fine-tune on. You will often curate these from traced runs. You can learn more about LangSmith datasets in the docs [docs](https://docs.smith.langchain.com/evaluation/datasets).\n", "This notebook fine-tunes a model directly on selecting which runs to fine-tune on. You will often curate these from traced runs. You can learn more about LangSmith datasets in the docs [docs](https://docs.smith.langchain.com/evaluation/concepts#datasets).\n",
"\n", "\n",
"For the sake of this tutorial, we will upload an existing dataset here that you can use." "For the sake of this tutorial, we will upload an existing dataset here that you can use."
] ]