Update README.md
#1
by
mostafagv
- opened
README.md
CHANGED
@@ -58,7 +58,7 @@ messages = [
|
|
58 |
]
|
59 |
|
60 |
prompt = pipe.tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
|
61 |
-
outputs = pipe(
|
62 |
```
|
63 |
|
64 |
### Output
|
|
|
58 |
]
|
59 |
|
60 |
prompt = pipe.tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
|
61 |
+
outputs = pipe(prompt, max_new_tokens=512, do_sample=False)
|
62 |
```
|
63 |
|
64 |
### Output
|