陈俊杰
commited on
Commit
•
673c456
1
Parent(s):
fce890e
baseline
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ Each team can submit up to 5 times per day, and only the latest submission will
|
|
184 |
|
185 |
The Leaderboard will be updated daily around 24:00 Beijing Time.
|
186 |
|
187 |
-
A baseline example can be found in the
|
188 |
""")
|
189 |
elif page == "LeaderBoard":
|
190 |
st.header("LeaderBoard")
|
@@ -262,7 +262,7 @@ This leaderboard is used to show the performance of the <strong>automatic evalua
|
|
262 |
with tab4:
|
263 |
st.markdown("""<p class='main-text'>Task: Non-Factoid QA; Dataset: NF_CATS</p>""", unsafe_allow_html=True)
|
264 |
st.dataframe(df4, use_container_width=True)
|
265 |
-
st.markdown("A baseline example can be found in the
|
266 |
# 获取北京时间
|
267 |
time_placeholder = st.empty()
|
268 |
beijing_tz = pytz.timezone('Asia/Shanghai')
|
|
|
184 |
|
185 |
The Leaderboard will be updated daily around 24:00 Beijing Time.
|
186 |
|
187 |
+
A baseline example can be found in the [baseline_example](https://huggingface.co/spaces/THUIR/AEOLLM/tree/main/baseline_example) folder, where the output folder provides an [example](https://huggingface.co/spaces/THUIR/AEOLLM/blob/main/baseline_example/output/baseline1_chatglm3_6B.txt) of the submission file content.
|
188 |
""")
|
189 |
elif page == "LeaderBoard":
|
190 |
st.header("LeaderBoard")
|
|
|
262 |
with tab4:
|
263 |
st.markdown("""<p class='main-text'>Task: Non-Factoid QA; Dataset: NF_CATS</p>""", unsafe_allow_html=True)
|
264 |
st.dataframe(df4, use_container_width=True)
|
265 |
+
st.markdown("A baseline example can be found in the [baseline_example](https://huggingface.co/spaces/THUIR/AEOLLM/tree/main/baseline_example) folder.")
|
266 |
# 获取北京时间
|
267 |
time_placeholder = st.empty()
|
268 |
beijing_tz = pytz.timezone('Asia/Shanghai')
|