Skip to content

Commit

Permalink
chore: update lm.py
Browse files Browse the repository at this point in the history
huggingface -> Hugging Face
  • Loading branch information
eltociear authored Jan 6, 2025
1 parent 39a21e6 commit 9b60e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge_storm/lm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9b60e15

Please sign in to comment.