Spaces:
Sleeping
Sleeping
orionweller
commited on
Commit
•
f50feba
1
Parent(s):
e2a8566
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def load_run(f_run):
|
|
60 |
|
61 |
with st.sidebar:
|
62 |
dataset_name = st.selectbox("Select a dataset in BEIR", ("scifact", "scidocs","trec-covid", "fever", "fiqa", "nfcorpus", "msmarco", "bioasq", "nq", "hotpotqa", "signal1m", "trec-news", "robust04", "arguana", "quora", "climate-fever", "dbpedia-entity", "webis-touche2020", "cqadupstack"))
|
63 |
-
metric_name = st.selectbox("Select a metric", ("recall_10", "recall_5"))
|
64 |
# sliderbar of how many Top N to choose
|
65 |
top_n = st.slider("Top N", 1, 100, 3)
|
66 |
x = st.header('Upload a run file')
|
|
|
60 |
|
61 |
with st.sidebar:
|
62 |
dataset_name = st.selectbox("Select a dataset in BEIR", ("scifact", "scidocs","trec-covid", "fever", "fiqa", "nfcorpus", "msmarco", "bioasq", "nq", "hotpotqa", "signal1m", "trec-news", "robust04", "arguana", "quora", "climate-fever", "dbpedia-entity", "webis-touche2020", "cqadupstack"))
|
63 |
+
metric_name = st.selectbox("Select a metric", ("recall_10", "recall_5", "ndcg_cut_10"))
|
64 |
# sliderbar of how many Top N to choose
|
65 |
top_n = st.slider("Top N", 1, 100, 3)
|
66 |
x = st.header('Upload a run file')
|