JosephusCheung commited on
Commit
f6197e6
β€’
1 Parent(s): d086efb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ MODEL_NAME = MODELS.split("/")[-1]
14
 
15
  TITLE = "<h1><center>glm4-9b-sft-uncensored-64k</center></h1>"
16
 
17
- DESCRIPTION = "You can use full 64K ctx with this online demo."
18
 
19
  CSS = """
20
  .duplicate-button {
@@ -86,7 +86,7 @@ with gr.Blocks(css=CSS) as demo:
86
  minimum=0,
87
  maximum=1,
88
  step=0.1,
89
- value=0.8,
90
  label="Temperature",
91
  render=False,
92
  ),
 
14
 
15
  TITLE = "<h1><center>glm4-9b-sft-uncensored-64k</center></h1>"
16
 
17
+ DESCRIPTION = "You can use full 64K ctx with this online demo. Params: ctx 64K, temp 0.7, no repetition_penalty"
18
 
19
  CSS = """
20
  .duplicate-button {
 
86
  minimum=0,
87
  maximum=1,
88
  step=0.1,
89
+ value=0.7,
90
  label="Temperature",
91
  render=False,
92
  ),