Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
7b94e2a
1
Parent(s):
911a8ce
Update app.py
Browse files
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=
|
15 |
-
temperature=0.
|
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
|