From 3d74d5e24dd62bb3878fe34de5f9eefa6d1d26c7 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:47:50 -0700 Subject: [PATCH] chat loader doc titles (#12289) --- docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb | 4 ++-- docs/docs/integrations/chat_loaders/langsmith_llm_runs.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb b/docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb index d14660dea78..554cd298dfc 100644 --- a/docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb +++ b/docs/docs/integrations/chat_loaders/langsmith_dataset.ipynb @@ -5,7 +5,7 @@ "id": "a9ab2a39-7c2d-4119-9dc7-8035fdfba3cb", "metadata": {}, "source": [ - "# Fine-Tuning on LangSmith Chat Datasets\n", + "# LangSmith Chat Datasets\n", "\n", "This notebook demonstrates an easy way to load a LangSmith chat dataset fine-tune a model on that data.\n", "The process is simple and comprises 3 steps.\n", @@ -271,7 +271,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.2" + "version": "3.9.1" } }, "nbformat": 4, diff --git a/docs/docs/integrations/chat_loaders/langsmith_llm_runs.ipynb b/docs/docs/integrations/chat_loaders/langsmith_llm_runs.ipynb index 35a1fb7492c..2819401885b 100644 --- a/docs/docs/integrations/chat_loaders/langsmith_llm_runs.ipynb +++ b/docs/docs/integrations/chat_loaders/langsmith_llm_runs.ipynb @@ -5,7 +5,7 @@ "id": "a9ab2a39-7c2d-4119-9dc7-8035fdfba3cb", "metadata": {}, "source": [ - "# Fine-Tuning on LangSmith LLM Runs\n", + "# LangSmith LLM Runs\n", "\n", "This notebook demonstrates how to directly load data from LangSmith's LLM runs and fine-tune a model on that data.\n", "The process is simple and comprises 3 steps.\n", @@ -421,7 +421,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.2" + "version": "3.9.1" } }, "nbformat": 4,