From 2e8637da2f415740656204d748a17a97ee9e860a Mon Sep 17 00:00:00 2001 From: Shreyas S <96978606+Zhreyu@users.noreply.github.com> Date: Sat, 21 Oct 2023 02:41:53 +0530 Subject: [PATCH] Minor typo fix (#11804) remove redundant a langchain > LangChain --- docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb b/docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb index 14685acf3c..d14660dea7 100644 --- a/docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb +++ b/docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb @@ -52,9 +52,9 @@ "id": "8533ab63-d437-492a-aaec-ccca31167bf2", "metadata": {}, "source": [ - "## 1. Select dataset\n", + "## 1. Select a dataset\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", "For the sake of this tutorial, we will upload an existing dataset here that you can use." ]