Minor typo fix (#11804)

remove redundant a
langchain > LangChain
This commit is contained in:
Shreyas S 2023-10-21 02:41:53 +05:30 committed by GitHub
parent 89bc73c6c3
commit 2e8637da2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,9 +52,9 @@
"id": "8533ab63-d437-492a-aaec-ccca31167bf2", "id": "8533ab63-d437-492a-aaec-ccca31167bf2",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## 1. Select dataset\n", "## 1. Select a dataset\n",
"\n", "\n",
"This notebook fine-tunes a model directly on a 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/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."
] ]