sarath-shekkizhar mostafagv commited on
Commit
c3c7ee0
1 Parent(s): 0ff1c54

Update README.md (#1)

Browse files

- Update README.md (9382bccd6aec640ef0f7bd836734dca4ba773ab5)


Co-authored-by: Mostafa Varzaneh <mostafagv@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
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(f_prompt, max_new_tokens=512, do_sample=False)
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