mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 20:58:25 +00:00
parent
6a4ee07e4f
commit
b8a7828d1f
@ -5,9 +5,9 @@
|
|||||||
"id": "3cadcf88",
|
"id": "3cadcf88",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Using HuggingFace Datasets\n",
|
"# Using Hugging Face Datasets\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This example shows how to use HuggingFace datasets to evaluate models. Specifically, we show how to load examples to evaluate models on from HuggingFace's dataset package."
|
"This example shows how to use Hugging Face datasets to evaluate models. Specifically, we show how to load examples to evaluate models on from Hugging Face's dataset package."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -60,7 +60,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Examples\n",
|
"## Examples\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Now we load a dataset from HuggingFace, and then convert it to a list of dictionaries for easier usage."
|
"Now we load a dataset from Hugging Face, and then convert it to a list of dictionaries for easier usage."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user