Solshine commited on
Commit
99c4654
1 Parent(s): a8796dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -61,6 +61,7 @@ def custom_chat_template(messages):
61
 
62
  prompt = custom_chat_template(messages)
63
 
 
64
  pipeline = transformers.pipeline(
65
  "text-generation",
66
  model=model,
 
61
 
62
  prompt = custom_chat_template(messages)
63
 
64
+ # Trust Remote Code to use the unique tokenizer in the jais family series of models
65
  pipeline = transformers.pipeline(
66
  "text-generation",
67
  model=model,