lwpyh commited on
Commit
75795d2
·
verified ·
1 Parent(s): d395bfe

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +4 -4
constants.py CHANGED
@@ -178,13 +178,13 @@ COLUMN_NAMES = MODEL_INFO + TASK_INFO
178
  COLUMN_NAMES_QUALITY = MODEL_INFO_TAB_QUALITY + QUALITY_TAB
179
  COLUMN_NAMES_I2V = MODEL_INFO_TAB_I2V + I2V_TAB
180
 
181
- LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
182
 
183
- *"Which Video Generation Model is better?"*
184
- 🏆 Welcome to the leaderboard of the **VBench**! 🎦 *A Comprehensive Benchmark Suite for Video Generative Models* (**CVPR 2024 Spotlight**) [![Code](https://img.shields.io/github/stars/Vchitect/VBench.svg?style=social&label=Official)](https://github.com/Vchitect/VBench)
185
  <div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
186
  <a href='https://arxiv.org/abs/2311.17982'><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
187
- <a href='https://vchitect.github.io/VBench-project/'><img src='https://img.shields.io/badge/VBench-Website-green?logo=googlechrome&logoColor=green'></a>
188
  <a href='https://pypi.org/project/vbench/'><img src='https://img.shields.io/pypi/v/vbench'></a>
189
  <a href='https://www.youtube.com/watch?v=7IhCC8Qqn8Y'><img src='https://img.shields.io/badge/YouTube-Video-c4302b?logo=youtube&logoColor=red'></a>
190
  <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>
 
178
  COLUMN_NAMES_QUALITY = MODEL_INFO_TAB_QUALITY + QUALITY_TAB
179
  COLUMN_NAMES_I2V = MODEL_INFO_TAB_I2V + I2V_TAB
180
 
181
+ LEADERBORAD_INTRODUCTION = """# V-STaR Leaderboard
182
 
183
+ *"Can Video-LLMs ``reason through a sequential spatio-temporal logic” in videos?"*
184
+ 🏆 Welcome to the leaderboard of the **V-STaR**! 🎦 *A Comprehensive Benchmark Suite for Video-LLMs* [![Code](https://img.shields.io/github/stars/Vchitect/VBench.svg?style=social&label=Official)](https://github.com/V-STaR-Bench/V-STaR)
185
  <div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
186
  <a href='https://arxiv.org/abs/2311.17982'><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
187
+ <a href='https://v-star-bench.github.io/'><img src='https://img.shields.io/badge/VBench-Website-green?logo=googlechrome&logoColor=green'></a>
188
  <a href='https://pypi.org/project/vbench/'><img src='https://img.shields.io/pypi/v/vbench'></a>
189
  <a href='https://www.youtube.com/watch?v=7IhCC8Qqn8Y'><img src='https://img.shields.io/badge/YouTube-Video-c4302b?logo=youtube&logoColor=red'></a>
190
  <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>