cwchen-cm commited on
Commit
6f4c4ea
·
verified ·
1 Parent(s): 2d2e117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 reranking models used to retrieve examples 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.")
 
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.")