cahya commited on
Commit
28863a3
1 Parent(s): 54ddfdf

update top-k value

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ temp = st.sidebar.slider(
67
 
68
  top_k = st.sidebar.number_input(
69
  "Top k",
70
- value=50,
71
  help="The number of highest probability vocabulary tokens to keep for top-k-filtering."
72
  )
73
 
67
 
68
  top_k = st.sidebar.number_input(
69
  "Top k",
70
+ value=10,
71
  help="The number of highest probability vocabulary tokens to keep for top-k-filtering."
72
  )
73