mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 10:54:15 +00:00
chat loader doc titles (#12289)
This commit is contained in:
parent
47070b8314
commit
3d74d5e24d
@ -5,7 +5,7 @@
|
|||||||
"id": "a9ab2a39-7c2d-4119-9dc7-8035fdfba3cb",
|
"id": "a9ab2a39-7c2d-4119-9dc7-8035fdfba3cb",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Fine-Tuning on LangSmith Chat Datasets\n",
|
"# LangSmith Chat Datasets\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This notebook demonstrates an easy way to load a LangSmith chat dataset fine-tune a model on that data.\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",
|
"The process is simple and comprises 3 steps.\n",
|
||||||
@ -271,7 +271,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.11.2"
|
"version": "3.9.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"id": "a9ab2a39-7c2d-4119-9dc7-8035fdfba3cb",
|
"id": "a9ab2a39-7c2d-4119-9dc7-8035fdfba3cb",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Fine-Tuning on LangSmith LLM Runs\n",
|
"# LangSmith LLM Runs\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This notebook demonstrates how to directly load data from LangSmith's LLM runs and fine-tune a model on that data.\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",
|
"The process is simple and comprises 3 steps.\n",
|
||||||
@ -421,7 +421,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.11.2"
|
"version": "3.9.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user