Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,8 +99,9 @@ def respond(
|
|
| 99 |
yield outputs
|
| 100 |
|
| 101 |
description = """<p><center>
|
| 102 |
-
<a href="https://huggingface.co/mattshumer/
|
| 103 |
-
<a href="https://huggingface.co/bartowski/Reflection-Llama-3.1-70B-GGUF" target="_blank">[70B
|
|
|
|
| 104 |
</center></p>
|
| 105 |
"""
|
| 106 |
|
|
@@ -108,9 +109,9 @@ demo = gr.ChatInterface(
|
|
| 108 |
respond,
|
| 109 |
additional_inputs=[
|
| 110 |
gr.Dropdown([
|
| 111 |
-
"Reflection-Llama-3.1-70B
|
| 112 |
],
|
| 113 |
-
value="Reflection-Llama-3.1-70B
|
| 114 |
label="Model"
|
| 115 |
),
|
| 116 |
gr.Textbox(value="You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags.", label="System message"),
|
|
|
|
| 99 |
yield outputs
|
| 100 |
|
| 101 |
description = """<p><center>
|
| 102 |
+
<a href="https://huggingface.co/mattshumer/ref_70_e3" target="_blank">[Reflection Llama 3.1 70B Correct Weights]</a>
|
| 103 |
+
<a href="https://huggingface.co/bartowski/Reflection-Llama-3.1-70B-GGUF" target="_blank">[Reflection-Llama-3.1-70B-GGUF]</a>
|
| 104 |
+
|
| 105 |
</center></p>
|
| 106 |
"""
|
| 107 |
|
|
|
|
| 109 |
respond,
|
| 110 |
additional_inputs=[
|
| 111 |
gr.Dropdown([
|
| 112 |
+
"Reflection-Llama-3.1-70B.Q3_K_L.gguf"
|
| 113 |
],
|
| 114 |
+
value="Reflection-Llama-3.1-70B.Q3_K_L.gguf",
|
| 115 |
label="Model"
|
| 116 |
),
|
| 117 |
gr.Textbox(value="You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags.", label="System message"),
|