Ahsen Khaliq commited on
Commit
7b94e2a
1 Parent(s): 911a8ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ model = AutoModelForCausalLM.from_pretrained("NovelAI/genji-python-6B").half().e
11
 
12
  import gradio as gr
13
 
14
- maxLength=500
15
- temperature=0.4
16
  top_k = 50
17
  top_p = 0.9
18
  repetition_penalty = 1.13
11
 
12
  import gradio as gr
13
 
14
+ maxLength=400
15
+ temperature=0.3
16
  top_k = 50
17
  top_p = 0.9
18
  repetition_penalty = 1.13