From b8a7828d1fd9dbe8d11ac85de6444790370ddd97 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 4 Mar 2023 17:22:31 +0900 Subject: [PATCH] Update huggingface_datasets.ipynb (#1417) HuggingFace -> Hugging Face --- docs/use_cases/evaluation/huggingface_datasets.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/use_cases/evaluation/huggingface_datasets.ipynb b/docs/use_cases/evaluation/huggingface_datasets.ipynb index 6507350d..323b2417 100644 --- a/docs/use_cases/evaluation/huggingface_datasets.ipynb +++ b/docs/use_cases/evaluation/huggingface_datasets.ipynb @@ -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." ] }, {