ALVHB95 commited on
Commit
93495fe
·
1 Parent(s): 7168ed6
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -105,8 +105,7 @@ llm = HuggingFaceHub(
105
  "max_new_tokens": 2000,
106
  "top_k": 30,
107
  "temperature": 0.1,
108
- "repetition_penalty": 1.03,
109
- "early_stopping "="never"
110
  },
111
  )
112
 
 
105
  "max_new_tokens": 2000,
106
  "top_k": 30,
107
  "temperature": 0.1,
108
+ "repetition_penalty": 1.03
 
109
  },
110
  )
111