mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-04 20:00:25 +00:00
Vwp/docs improved document loaders (#4006)
Huge thanks to @leo-gan for improving the document loaders notebooks --------- Co-authored-by: Leonid Ganeline <leo.gan.57@gmail.com>
This commit is contained in:
@@ -5,11 +5,14 @@
|
||||
"id": "04c9fdc5",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# HuggingFace dataset loader \n",
|
||||
"# HuggingFace dataset \n",
|
||||
"\n",
|
||||
"This notebook shows how to load Hugging Face Hub datasets to LangChain.\n",
|
||||
"The [Hugging Face Hub](https://huggingface.co/docs/hub/index) hosts a large number of community-curated datasets for a diverse range of tasks such as translation,\n",
|
||||
"automatic speech recognition, and image classification.\n",
|
||||
"\n",
|
||||
"The Hugging Face Hub hosts a large number of community-curated datasets for a diverse range of tasks such as translation, automatic speech recognition, and image classification.\n"
|
||||
">The `Hugging Face Hub` is home to over 5,000 [datasets](https://huggingface.co/docs/hub/index#datasets) in more than 100 languages that can be used for a broad range of tasks across NLP, Computer Vision, and Audio.\n",
|
||||
"\n",
|
||||
"This notebook shows how to load `Hugging Face Hub` datasets to LangChain."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -212,7 +215,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.1"
|
||||
"version": "3.10.6"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
Reference in New Issue
Block a user