Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -15,9 +15,19 @@ from transformers import (
|
|
15 |
StoppingCriteriaList
|
16 |
)
|
17 |
|
18 |
-
MODEL_ID = "
|
19 |
|
20 |
-
DEFAULT_SYSTEM_PROMPT = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
CSS = """
|
23 |
.gr-chatbot { min-height: 500px; border-radius: 15px; }
|
|
|
15 |
StoppingCriteriaList
|
16 |
)
|
17 |
|
18 |
+
MODEL_ID = "RekaAI/reka-flash-3"
|
19 |
|
20 |
+
DEFAULT_SYSTEM_PROMPT = """
|
21 |
+
Think step by step and explain your reasoning clearly. Break down the problem into logical components, verify each step, and ensure consistency before arriving at the final answer."
|
22 |
+
|
23 |
+
For complex reasoning tasks, you can enhance it with:
|
24 |
+
|
25 |
+
"If there are multiple possible solutions, consider each one before selecting the best answer."
|
26 |
+
|
27 |
+
"Use intermediate calculations and justify each step before proceeding."
|
28 |
+
|
29 |
+
"If relevant, include real-world analogies to improve clarity.
|
30 |
+
"""
|
31 |
|
32 |
CSS = """
|
33 |
.gr-chatbot { min-height: 500px; border-radius: 15px; }
|