Spaces:
Runtime error
Runtime error
remove css
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def load_data():
|
|
27 |
|
28 |
df = load_data()
|
29 |
|
30 |
-
with gr.Blocks(
|
31 |
gr.Markdown("# In-Context Learning Embedding and Reranker Benchmark (ICLERB) Leaderboard")
|
32 |
gr.Markdown("## Introduction\nIn-Context Learning Embedding and Rerankers Benchmark (ICLERB) is a benchmark to evaluate embedding and reranking models used to retrieve examples for In-Context Learning (ICL). The methodology is described in this [paper](). ")
|
33 |
gr.Markdown("## Leaderboard")
|
|
|
27 |
|
28 |
df = load_data()
|
29 |
|
30 |
+
with gr.Blocks() as demo:
|
31 |
gr.Markdown("# In-Context Learning Embedding and Reranker Benchmark (ICLERB) Leaderboard")
|
32 |
gr.Markdown("## Introduction\nIn-Context Learning Embedding and Rerankers Benchmark (ICLERB) is a benchmark to evaluate embedding and reranking models used to retrieve examples for In-Context Learning (ICL). The methodology is described in this [paper](). ")
|
33 |
gr.Markdown("## Leaderboard")
|