Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +8 -1
constants.py
CHANGED
|
@@ -85,7 +85,14 @@ COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
|
| 85 |
LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
|
| 86 |
|
| 87 |
*"Which Video Generation Model is better?"*
|
| 88 |
-
🏆 Welcome to the leaderboard of the **VBench**! 🎦 *A Comprehensive Benchmark Suite for Video Generative Models*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
- **Comprehensive Dimensions:** We carefully decompose video generation quality into 16 comprehensive dimensions to reveal individual model's strengths and weaknesses.
|
| 90 |
- **Human Alignment:** We conducted extensive experiments and human annotations to validate robustness of VBench.
|
| 91 |
- **Valuable Insights:** VBench provides multi-perspective insights useful for the community.
|
|
|
|
| 85 |
LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
|
| 86 |
|
| 87 |
*"Which Video Generation Model is better?"*
|
| 88 |
+
🏆 Welcome to the leaderboard of the **VBench**! 🎦 *A Comprehensive Benchmark Suite for Video Generative Models*
|
| 89 |
+
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
|
| 90 |
+
<a href='https://arxiv.org/abs/2311.17982'><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
|
| 91 |
+
<a href='https://vchitect.github.io/VBench-project/'><img src='https://img.shields.io/badge/VBench-Website-green?logo=googlechrome&logoColor=green'></a>
|
| 92 |
+
<a href='https://pypi.org/project/vbench/'><img src='https://img.shields.io/pypi/v/vbench'></a>
|
| 93 |
+
<a href='https://www.youtube.com/watch?v=7IhCC8Qqn8Y'><img src='https://img.shields.io/badge/YouTube-Video-c4302b?logo=youtube&logoColor=red'></a>
|
| 94 |
+
<a href='https://hits.seeyoufarm.com'><img src='https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FVchitect%2FVBench&count_bg=%23FFA500&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=visitors&edge_flat=false'></a>
|
| 95 |
+
</div>
|
| 96 |
- **Comprehensive Dimensions:** We carefully decompose video generation quality into 16 comprehensive dimensions to reveal individual model's strengths and weaknesses.
|
| 97 |
- **Human Alignment:** We conducted extensive experiments and human annotations to validate robustness of VBench.
|
| 98 |
- **Valuable Insights:** VBench provides multi-perspective insights useful for the community.
|