Update README.md
Browse files
README.md
CHANGED
@@ -136,4 +136,5 @@ prompt = pipe.tokenizer.apply_chat_template(messages, tokenize=False, add_genera
|
|
136 |
outputs = pipe(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
137 |
|
138 |
# Print the generated text
|
139 |
-
print(outputs[0]["generated_text"])
|
|
|
|
136 |
outputs = pipe(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
137 |
|
138 |
# Print the generated text
|
139 |
+
print(outputs[0]["generated_text"])
|
140 |
+
```
|