From a4a1ee6b5d37bde7eda20a89ce8d386ff4539527 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 31 Mar 2023 12:43:58 +0900 Subject: [PATCH] Update huggingface_length_function.ipynb (#2203) HuggingFace -> Hugging Face --- .../text_splitters/examples/huggingface_length_function.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/indexes/text_splitters/examples/huggingface_length_function.ipynb b/docs/modules/indexes/text_splitters/examples/huggingface_length_function.ipynb index ef98bcfbb6..32c0fb027d 100644 --- a/docs/modules/indexes/text_splitters/examples/huggingface_length_function.ipynb +++ b/docs/modules/indexes/text_splitters/examples/huggingface_length_function.ipynb @@ -5,8 +5,8 @@ "id": "13dc0983", "metadata": {}, "source": [ - "# HuggingFace Length Function\n", - "Most LLMs are constrained by the number of tokens that you can pass in, which is not the same as the number of characters. In order to get a more accurate estimate, we can use HuggingFace tokenizers to count the text length.\n", + "# Hugging Face Length Function\n", + "Most LLMs are constrained by the number of tokens that you can pass in, which is not the same as the number of characters. In order to get a more accurate estimate, we can use Hugging Face tokenizers to count the text length.\n", "\n", "1. How the text is split: by character passed in\n", "2. How the chunk size is measured: by Hugging Face tokenizer"