From 9b60e15aa8fc78782011610b3dc745b6e11fddf6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 6 Jan 2025 19:56:26 +0900 Subject: [PATCH] chore: update lm.py huggingface -> Hugging Face --- knowledge_storm/lm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge_storm/lm.py b/knowledge_storm/lm.py index 0cae49be..4bdb2f35 100644 --- a/knowledge_storm/lm.py +++ b/knowledge_storm/lm.py @@ -702,7 +702,7 @@ def __init__( # self.use_inst_template = True self.apply_tokenizer_chat_template = apply_tokenizer_chat_template if self.apply_tokenizer_chat_template: - logging.info("Loading huggingface tokenizer.") + logging.info("Loading Hugging Face tokenizer.") if hf_tokenizer_name is None: hf_tokenizer_name = self.model self.tokenizer = AutoTokenizer.from_pretrained(