Aspik101 commited on
Commit
be49e49
1 Parent(s): fc6f0f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from dl_hf_model import dl_hf_model
7
 
8
  params = {
9
  "max_new_tokens":512,
10
- "stop":["<end>" ,"<|endoftext|>",":["],
11
  "temperature":0.7,
12
  "top_p":0.8,
13
  "stream":True,
 
7
 
8
  params = {
9
  "max_new_tokens":512,
10
+ "stop":["<end>" ,"<|endoftext|>","["],
11
  "temperature":0.7,
12
  "top_p":0.8,
13
  "stream":True,