Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ who are you<|im_end|>
|
|
32 |
<|im_start|>assistant
|
33 |
|
34 |
"""
|
35 |
-
outputs = pipe(input_text, return_full_text=False)
|
36 |
outputs
|
37 |
```
|
38 |
|
|
|
32 |
<|im_start|>assistant
|
33 |
|
34 |
"""
|
35 |
+
outputs = pipe(input_text, return_full_text=False, max_new_tokens=200)
|
36 |
outputs
|
37 |
```
|
38 |
|