Skip to content

Commit 02c9286

Browse files
author
Kye
committed
clean up
1 parent 7acd53e commit 02c9286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/huggingface_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
model_name="gpt"
44

55
model = HuggingLanguageModel(model_name,
6-
model_Tokenizer=model_name,
6+
model_tokenizer=model_name,
77
verbose=True)
88

99

0 commit comments

Comments
 (0)