Spaces:
Sleeping
Sleeping
Commit ·
30f47d5
1
Parent(s): 4a08cd6
Changed system text
Browse files
app.py
CHANGED
|
@@ -87,7 +87,9 @@ If the user's request includes advanced or niche scenarios, do your best to prov
|
|
| 87 |
|
| 88 |
Maintain professionalism in all responses; be polite, solution-focused, and proactive.
|
| 89 |
|
| 90 |
-
Follow any privacy or ethical guidelines, and do not disclose personally identifiable information about real people.
|
|
|
|
|
|
|
| 91 |
label="System message"
|
| 92 |
),
|
| 93 |
gr.Slider(minimum=1, maximum=2048, value=1024, step=1, label="Max new tokens"),
|
|
@@ -95,7 +97,7 @@ Follow any privacy or ethical guidelines, and do not disclose personally identif
|
|
| 95 |
gr.Slider(
|
| 96 |
minimum=0.1,
|
| 97 |
maximum=1.0,
|
| 98 |
-
value=0.
|
| 99 |
step=0.05,
|
| 100 |
label="Top-p (nucleus sampling)",
|
| 101 |
),
|
|
|
|
| 87 |
|
| 88 |
Maintain professionalism in all responses; be polite, solution-focused, and proactive.
|
| 89 |
|
| 90 |
+
Follow any privacy or ethical guidelines, and do not disclose personally identifiable information about real people.
|
| 91 |
+
|
| 92 |
+
IMPORTANT: If a question has been asked before in the conversation, acknowledge this and either refer back to the previous answer or provide additional context. Do not simply repeat the same answer verbatim.""",
|
| 93 |
label="System message"
|
| 94 |
),
|
| 95 |
gr.Slider(minimum=1, maximum=2048, value=1024, step=1, label="Max new tokens"),
|
|
|
|
| 97 |
gr.Slider(
|
| 98 |
minimum=0.1,
|
| 99 |
maximum=1.0,
|
| 100 |
+
value=0.7,
|
| 101 |
step=0.05,
|
| 102 |
label="Top-p (nucleus sampling)",
|
| 103 |
),
|