陈俊杰
commited on
Commit
·
ad0e011
1
Parent(s):
b781bf5
cjj-table
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ elif page == "LeaderBoard":
|
|
265 |
"Spearman (Non-Factoid QA)": [],
|
266 |
}
|
267 |
|
268 |
-
TeamId = ["
|
269 |
Methods = ["chatglm3-6b", "baichuan2-13b", "chatglm-pro", "gpt-4o"]
|
270 |
|
271 |
# teamId 唯一标识码
|
@@ -353,7 +353,7 @@ elif page == "LeaderBoard":
|
|
353 |
# st.markdown("""<p class='main-text'>Task: Non-Factoid QA; Dataset: NF_CATS</p>""", unsafe_allow_html=True)
|
354 |
# st.dataframe(df4, use_container_width=True)
|
355 |
|
356 |
-
st.markdown("""<p class='main-text'>Overall</p>""", unsafe_allow_html=True)
|
357 |
st.dataframe(dfo, use_container_width=True)
|
358 |
|
359 |
st.markdown("""<p class='main-text'>Task: Dialogue Generation; Dataset: DialyDialog</p>""", unsafe_allow_html=True)
|
|
|
265 |
"Spearman (Non-Factoid QA)": [],
|
266 |
}
|
267 |
|
268 |
+
TeamId = ["baseline", "baseline", "baseline", "baseline"]
|
269 |
Methods = ["chatglm3-6b", "baichuan2-13b", "chatglm-pro", "gpt-4o"]
|
270 |
|
271 |
# teamId 唯一标识码
|
|
|
353 |
# st.markdown("""<p class='main-text'>Task: Non-Factoid QA; Dataset: NF_CATS</p>""", unsafe_allow_html=True)
|
354 |
# st.dataframe(df4, use_container_width=True)
|
355 |
|
356 |
+
st.markdown("""<p class='main-text'>Overall: The average across all four tasks</p>""", unsafe_allow_html=True)
|
357 |
st.dataframe(dfo, use_container_width=True)
|
358 |
|
359 |
st.markdown("""<p class='main-text'>Task: Dialogue Generation; Dataset: DialyDialog</p>""", unsafe_allow_html=True)
|