Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ 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 Reranker Benchmark (ICLERB) is a benchmark to evaluate embedding and
|
| 33 |
gr.Markdown("## Leaderboard")
|
| 34 |
gr.Dataframe(df)
|
| 35 |
gr.Markdown("## Replicating results\nThe code used to generate these results will be shared on Github soon.")
|
|
|
|
| 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 Reranker Benchmark (ICLERB) is a benchmark to evaluate embedding and reranker models used to retrieve documents for In-Context Learning (ICL). The methodology is described in this [paper](https://arxiv.org/abs/2411.18947). ")
|
| 33 |
gr.Markdown("## Leaderboard")
|
| 34 |
gr.Dataframe(df)
|
| 35 |
gr.Markdown("## Replicating results\nThe code used to generate these results will be shared on Github soon.")
|