lewtun HF staff commited on
Commit
1a5d21e
·
verified ·
1 Parent(s): 0fb1437

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -58,7 +58,6 @@ prompt = pipe.tokenizer.apply_chat_template(messages, tokenize=False, add_genera
58
  gen_config = {
59
  "max_new_tokens": 1024,
60
  "do_sample": False,
61
- "stop_strings": ["```output"], # Generate until Python code block is complete
62
  "tokenizer": pipe.tokenizer,
63
  }
64
 
 
58
  gen_config = {
59
  "max_new_tokens": 1024,
60
  "do_sample": False,
 
61
  "tokenizer": pipe.tokenizer,
62
  }
63