paloma99 commited on
Commit
aa96bc7
·
verified ·
1 Parent(s): d44e4b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ llm = HuggingFaceHub(
134
  repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
135
  task="text-generation",
136
  model_kwargs={
137
- "max_new_tokens": 2000,
138
  "top_k": 30,
139
  "temperature": 0.1,
140
  "repetition_penalty": 1.03
 
134
  repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
135
  task="text-generation",
136
  model_kwargs={
137
+ "max_new_tokens": 40000,
138
  "top_k": 30,
139
  "temperature": 0.1,
140
  "repetition_penalty": 1.03