From 203c0eb2aea5a60ae2f5f060c9f13529bb7dcf75 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 14 Apr 2023 23:40:26 +0900 Subject: [PATCH] docs: update getting_started.ipynb (#2883) HuggingFace -> Hugging Face --- docs/modules/models/llms/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/models/llms/getting_started.ipynb b/docs/modules/models/llms/getting_started.ipynb index 64908b62..bd031ac9 100644 --- a/docs/modules/models/llms/getting_started.ipynb +++ b/docs/modules/models/llms/getting_started.ipynb @@ -186,7 +186,7 @@ "source": [ "**Number of Tokens:** You can also estimate how many tokens a piece of text will be in that model. This is useful because models have a context length (and cost more for more tokens), which means you need to be aware of how long the text you are passing in is.\n", "\n", - "Notice that by default the tokens are estimated using [tiktoken](https://github.com/openai/tiktoken) (except for legacy version <3.8, where a HuggingFace tokenizer is used)" + "Notice that by default the tokens are estimated using [tiktoken](https://github.com/openai/tiktoken) (except for legacy version <3.8, where a Hugging Face tokenizer is used)" ] }, {