We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acd53e commit 02c9286Copy full SHA for 02c9286
1 file changed
examples/huggingface_example.py
@@ -3,7 +3,7 @@
3
model_name="gpt"
4
5
model = HuggingLanguageModel(model_name,
6
- model_Tokenizer=model_name,
+ model_tokenizer=model_name,
7
verbose=True)
8
9
0 commit comments