huangshiyu
commited on
Commit
•
cd70d21
1
Parent(s):
c01a849
update
Browse files- constants.py +1 -2
constants.py
CHANGED
@@ -15,11 +15,10 @@ CSV_DIR = "./LVBench_submission/result.csv"
|
|
15 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
16 |
|
17 |
LEADERBORAD_INTRODUCTION = """# LVBench Leaderboard
|
18 |
-
Welcome to the leaderboard of the LVBench!
|
19 |
"""
|
20 |
|
21 |
SUBMIT_INTRODUCTION = """# Submit on LVBench Benchmark Introduction
|
22 |
-
You can prepare your submission by following the [instructions](https://github.com/THUDM/LVBench?tab=readme-ov-file#get-evaluation-results-and-submit-to-leaderboard).
|
23 |
"""
|
24 |
|
25 |
TABLE_INTRODUCTION = """
|
|
|
15 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
16 |
|
17 |
LEADERBORAD_INTRODUCTION = """# LVBench Leaderboard
|
18 |
+
Welcome to the leaderboard of the LVBench! 🏆 You can prepare your submission by following the [instructions](https://github.com/THUDM/LVBench?tab=readme-ov-file#get-evaluation-results-and-submit-to-leaderboard).
|
19 |
"""
|
20 |
|
21 |
SUBMIT_INTRODUCTION = """# Submit on LVBench Benchmark Introduction
|
|
|
22 |
"""
|
23 |
|
24 |
TABLE_INTRODUCTION = """
|