Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ g = gr.ChatInterface(
|
|
71 |
gr.components.Slider(minimum=0, maximum=1, value=0.95, label="Top p"),
|
72 |
gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Min P"),
|
73 |
gr.components.Slider(minimum=0, maximum=100, step=1, value=15, label="Top k"),
|
74 |
-
gr.components.Slider(minimum=1, maximum=
|
75 |
],
|
76 |
title="Locutusque's Language Models",
|
77 |
description="Try out Locutusque's language models here! Credit goes to Mediocreatmybest for this space. You may also find some experimental preview models that have not been made public here.",
|
|
|
71 |
gr.components.Slider(minimum=0, maximum=1, value=0.95, label="Top p"),
|
72 |
gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Min P"),
|
73 |
gr.components.Slider(minimum=0, maximum=100, step=1, value=15, label="Top k"),
|
74 |
+
gr.components.Slider(minimum=1, maximum=8192, step=1, value=1024, label="Max tokens"),
|
75 |
],
|
76 |
title="Locutusque's Language Models",
|
77 |
description="Try out Locutusque's language models here! Credit goes to Mediocreatmybest for this space. You may also find some experimental preview models that have not been made public here.",
|