Abhaykoul commited on
Commit
c567098
1 Parent(s): b4d8a7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
+ ```