Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def main():
|
|
49 |
"""
|
50 |
Visual Document Retrieval Benchmark leaderboard. To submit results, refer to the corresponding tab.
|
51 |
|
52 |
-
Refer to the [ColPali paper](https://arxiv.org/abs/
|
53 |
"""
|
54 |
)
|
55 |
datasets_columns = list(data.columns[3:])
|
|
|
49 |
"""
|
50 |
Visual Document Retrieval Benchmark leaderboard. To submit results, refer to the corresponding tab.
|
51 |
|
52 |
+
Refer to the [ColPali paper](https://arxiv.org/abs/2407.01449) for details on metrics, tasks and models.
|
53 |
"""
|
54 |
)
|
55 |
datasets_columns = list(data.columns[3:])
|