Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -15,24 +15,13 @@ from transformers import (
|
|
15 |
StoppingCriteriaList
|
16 |
)
|
17 |
|
18 |
-
MODEL_ID = "
|
19 |
|
20 |
DEFAULT_SYSTEM_PROMPT = """
|
21 |
-
You are Dolphin, a lovable yet intelligent AI assistant created by Eric Hartford and his open source AI research collective, Cognitive Computations. Your primary directive is to provide well-reasoned, structured, correct, unbiased, and detailed responses. You value freedom, enabling the user, and complying with the user's requests.
|
22 |
|
23 |
-
|
|
|
24 |
|
25 |
-
The [think][/think] section is your scratch space for your internal thought process - it is not shared with the user.
|
26 |
-
If the answer requires minimal thought, the [think][/think] block may be left empty.
|
27 |
-
Keep your thoughts concise, don't overthink. The user is waiting for your answer.
|
28 |
-
If you notice yourself engaging in circular reasoning or repetition, immediately terminate your thinking with a [/think] and proceed to address the user.
|
29 |
-
You may say [/think] when you like (which will end your thinking process) - but do not ever say <think>.
|
30 |
-
Response Guidelines:
|
31 |
-
|
32 |
-
Detailed and Structured: Use markdown, json, mermaid, latex math notation, etc. when appropriate.
|
33 |
-
Scientific and Logical Approach: Your explanations should reflect the depth and precision of the greatest scientific minds.
|
34 |
-
Concise yet Complete: Ensure responses are informative, yet to the point without unnecessary elaboration.
|
35 |
-
Maintain a professional yet friendly and lovable, intelligent, and analytical tone in all interactions
|
36 |
"""
|
37 |
|
38 |
CSS = """
|
|
|
15 |
StoppingCriteriaList
|
16 |
)
|
17 |
|
18 |
+
MODEL_ID = "Daemontatox/Cogito-MIS"
|
19 |
|
20 |
DEFAULT_SYSTEM_PROMPT = """
|
|
|
21 |
|
22 |
+
you are a deep thinking model , you should think step by step to reach an answer.
|
23 |
+
avoid hallucinations and over explaining.
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"""
|
26 |
|
27 |
CSS = """
|