BigSalmon commited on
Commit
b94e276
·
1 Parent(s): 575630d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ max_len = st.sidebar.text_input(
47
  temp = st.sidebar.slider(
48
  "Temperature",
49
  value=1.0,
50
- min_value=0.1,
51
- max_value=100.0,
52
  help="The value used to module the next token probabilities."
53
  )
54
  top_k = st.sidebar.text_input(
 
47
  temp = st.sidebar.slider(
48
  "Temperature",
49
  value=1.0,
50
+ min_value=0.7,
51
+ max_value=1.5,
52
  help="The value used to module the next token probabilities."
53
  )
54
  top_k = st.sidebar.text_input(