Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,8 +109,8 @@ with gr.Blocks(gr.themes.Soft(), js=js_code_label, css=custom_css) as demo:
|
|
| 109 |
chat_a = gr.Chatbot(height=500, label="Nudging Answer", elem_id="chatbot")
|
| 110 |
|
| 111 |
base_model_choice.value = "Llama-2-70B"
|
| 112 |
-
|
| 113 |
-
nudging_model_choice.value = "Llama-2-13B-chat"
|
| 114 |
system_prompt.value = "Answer the question by walking through the reasoning steps."
|
| 115 |
message.value = "Question: There were 39 girls and 4 boys trying out for the schools basketball team. If only 26 of them got called back, how many students didn't make the cut?"
|
| 116 |
|
|
|
|
| 109 |
chat_a = gr.Chatbot(height=500, label="Nudging Answer", elem_id="chatbot")
|
| 110 |
|
| 111 |
base_model_choice.value = "Llama-2-70B"
|
| 112 |
+
nudging_model_choice.value = "Mistral-7B-v0.1-Instruct"
|
| 113 |
+
# nudging_model_choice.value = "Llama-2-13B-chat"
|
| 114 |
system_prompt.value = "Answer the question by walking through the reasoning steps."
|
| 115 |
message.value = "Question: There were 39 girls and 4 boys trying out for the schools basketball team. If only 26 of them got called back, how many students didn't make the cut?"
|
| 116 |
|