Chris4K commited on
Commit
eeb5bed
1 Parent(s): 364f5be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ llm_zephyr_7b_beta = HuggingFaceHub(
10
  repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
11
  task="text-generation",
12
  model_kwargs={
13
- "max_new_tokens": 512,
14
- "top_k": 30,
15
  "temperature": 0.1,
16
  "repetition_penalty": 1.03,
17
  },
 
10
  repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
11
  task="text-generation",
12
  model_kwargs={
13
+ "max_new_tokens": 1000,
14
+ "top_k": 2,
15
  "temperature": 0.1,
16
  "repetition_penalty": 1.03,
17
  },