wentao commited on
Commit
edb39b5
·
1 Parent(s): cf6dc04
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -1,12 +1,11 @@
1
- # LVU VLM Leaderboard
2
-
3
- This leaderboard tracks the performance of Vision-Language Models (VLMs) across four benchmarks: COCO, VQAv2, OKVQA, and GQA.
4
-
5
- ## How to Use
6
- Clone this repo and run:
7
- ```bash
8
- python app.py
9
- ```
10
-
11
- ## File Structure
12
- - `static/eval_results/*.json`: contains model evaluation results
 
1
+ ---
2
+ title: LVU VLM Leaderboard
3
+ emoji: 🥇
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: 5.23.1
8
+ app_file: app.py
9
+ license: apache-2.0
10
+ short_description: A leaderboard for long video understanding
11
+ ---