Spaces:
Runtime error
Runtime error
update top-k value
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ temp = st.sidebar.slider(
|
|
67 |
|
68 |
top_k = st.sidebar.number_input(
|
69 |
"Top k",
|
70 |
-
value=
|
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 |
|