Update huggingface_datasets.ipynb (#1417)

HuggingFace -> Hugging Face
fix-searx
Ikko Eltociear Ashimine 1 year ago committed by GitHub
parent 6a4ee07e4f
commit b8a7828d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,9 +5,9 @@
"id": "3cadcf88",
"metadata": {},
"source": [
"# Using HuggingFace Datasets\n",
"# Using Hugging Face Datasets\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": [
"## Examples\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…
Cancel
Save