Spaces:
Runtime error
Runtime error
Cartinoe5930
commited on
Commit
•
78733fd
1
Parent(s):
377abca
Update app.py
Browse files
app.py
CHANGED
@@ -260,7 +260,7 @@ with gr.Blocks() as demo:
|
|
260 |
math_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
|
261 |
|
262 |
gr.HTML("""<h1 align="center"> The result of Math </h1>""")
|
263 |
-
gr.HTML("""<p align="center"><img src=
|
264 |
|
265 |
math_cot.select(
|
266 |
math_display_question_answer,
|
@@ -283,7 +283,7 @@ with gr.Blocks() as demo:
|
|
283 |
gsm_model1_output1 = gr.Textbox(label="Llama2🦙's 1️⃣st response")
|
284 |
gsm_model2_output1 = gr.Textbox(label="WizardLM🧙♂️'s 1️⃣st response")
|
285 |
gsm_model3_output1 = gr.Textbox(label="Orca🐬's 1️⃣st response")
|
286 |
-
gsm_summarization_text1 = gr.Textbox(
|
287 |
with gr.Row(elem_id="model2_response"):
|
288 |
gsm_model1_output2 = gr.Textbox(label="Llama2🦙's 2️⃣nd response")
|
289 |
gsm_model2_output2 = gr.Textbox(label="WizardLM🧙♂️'s 2️⃣nd response")
|
@@ -318,7 +318,7 @@ with gr.Blocks() as demo:
|
|
318 |
mmlu_model1_output1 = gr.Textbox(label="Llama2🦙's 1️⃣st response")
|
319 |
mmlu_model2_output1 = gr.Textbox(label="WizardLM🧙♂️'s 1️⃣st response")
|
320 |
mmlu_model3_output1 = gr.Textbox(label="Orca🐬's 1️⃣st response")
|
321 |
-
mmlu_summarization_text1 = gr.Textbox(
|
322 |
with gr.Row(elem_id="model2_response"):
|
323 |
mmlu_model1_output2 = gr.Textbox(label="Llama2🦙's 2️⃣nd response")
|
324 |
mmlu_model2_output2 = gr.Textbox(label="WizardLM🧙♂️'s 2️⃣nd response")
|
|
|
260 |
math_model3_output3 = gr.Textbox(label="Orca🐬's 3️⃣rd response")
|
261 |
|
262 |
gr.HTML("""<h1 align="center"> The result of Math </h1>""")
|
263 |
+
gr.HTML("""<p align="center"><img src='https://huggingface.co/spaces/Cartinoe5930/LLMAgora/resolve/main/result/Math/Math_performance.png'></p>""")
|
264 |
|
265 |
math_cot.select(
|
266 |
math_display_question_answer,
|
|
|
283 |
gsm_model1_output1 = gr.Textbox(label="Llama2🦙's 1️⃣st response")
|
284 |
gsm_model2_output1 = gr.Textbox(label="WizardLM🧙♂️'s 1️⃣st response")
|
285 |
gsm_model3_output1 = gr.Textbox(label="Orca🐬's 1️⃣st response")
|
286 |
+
gsm_summarization_text1 = gr.Textbox(label="Summarization 1️⃣")
|
287 |
with gr.Row(elem_id="model2_response"):
|
288 |
gsm_model1_output2 = gr.Textbox(label="Llama2🦙's 2️⃣nd response")
|
289 |
gsm_model2_output2 = gr.Textbox(label="WizardLM🧙♂️'s 2️⃣nd response")
|
|
|
318 |
mmlu_model1_output1 = gr.Textbox(label="Llama2🦙's 1️⃣st response")
|
319 |
mmlu_model2_output1 = gr.Textbox(label="WizardLM🧙♂️'s 1️⃣st response")
|
320 |
mmlu_model3_output1 = gr.Textbox(label="Orca🐬's 1️⃣st response")
|
321 |
+
mmlu_summarization_text1 = gr.Textbox(label="Summarization 1️⃣")
|
322 |
with gr.Row(elem_id="model2_response"):
|
323 |
mmlu_model1_output2 = gr.Textbox(label="Llama2🦙's 2️⃣nd response")
|
324 |
mmlu_model2_output2 = gr.Textbox(label="WizardLM🧙♂️'s 2️⃣nd response")
|