freddyaboulton HF staff commited on
Commit
ed89bc8
·
verified ·
1 Parent(s): 58db7c5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -138,7 +138,7 @@ Conversation begins below:
138
  const submission = llm_space.submit("/chat", {
139
  system_prompt: SYSTEM_PROMPT,
140
  message: `Caption: ${caption.data}\nCompliment: `,
141
- max_new_tokens: 1024,
142
  temperature: 0.7,
143
  top_p: 0.95,
144
  top_k: 50,
 
138
  const submission = llm_space.submit("/chat", {
139
  system_prompt: SYSTEM_PROMPT,
140
  message: `Caption: ${caption.data}\nCompliment: `,
141
+ max_new_tokens: 256,
142
  temperature: 0.7,
143
  top_p: 0.95,
144
  top_k: 50,