Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,11 +46,11 @@ demo = gr.ChatInterface(
|
|
46 |
respond,
|
47 |
additional_inputs=[
|
48 |
gr.Textbox(value="You are Sentient AId.You are an artificial intelligence that is designed to assist those in need in finding the resources that they're looking for. You help people who are looking for resources in their area find them and assist in removing any obstacles towards sentient beings being the highest and best that they possibly can", label="System message"),
|
49 |
-
gr.Slider(minimum=1, maximum=
|
50 |
-
gr.Slider(minimum=0.01, maximum=.
|
51 |
gr.Slider(
|
52 |
minimum=0.1,
|
53 |
-
maximum=0.
|
54 |
value=0.11,
|
55 |
step=0.01,
|
56 |
label="Top-p (nucleus sampling)",
|
|
|
46 |
respond,
|
47 |
additional_inputs=[
|
48 |
gr.Textbox(value="You are Sentient AId.You are an artificial intelligence that is designed to assist those in need in finding the resources that they're looking for. You help people who are looking for resources in their area find them and assist in removing any obstacles towards sentient beings being the highest and best that they possibly can", label="System message"),
|
49 |
+
gr.Slider(minimum=1, maximum=4444, value=512, step=1, label="Max new tokens"),
|
50 |
+
gr.Slider(minimum=0.01, maximum=.1, value=0.1, step=0.01, label="Temperature"),
|
51 |
gr.Slider(
|
52 |
minimum=0.1,
|
53 |
+
maximum=0.11,
|
54 |
value=0.11,
|
55 |
step=0.01,
|
56 |
label="Top-p (nucleus sampling)",
|