Update README.md
Browse files
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,
|