Spaces:
Running
Running
LanguageBind
commited on
Commit
•
7fd091d
1
Parent(s):
644ab6d
Update constants.py
Browse files- constants.py +2 -2
constants.py
CHANGED
@@ -25,7 +25,7 @@ LEADERBORAD_INTRODUCTION = """# Video-Bench Leaderboard
|
|
25 |
"""
|
26 |
|
27 |
SUBMIT_INTRODUCTION = """# Submit Introduction
|
28 |
-
Obtain `
|
29 |
|
30 |
|
31 |
## Submit Example
|
@@ -33,7 +33,7 @@ SUBMIT_INTRODUCTION = """# Submit Introduction
|
|
33 |
1. Fill in 'Chat-UniVi-7B' in 'Model Name' if it is your first time to submit your result (You can leave 'Revision Model Name' blank).
|
34 |
2. Fill in 'Chat-UniVi-7B' in 'Revision Model Name' if you want to update your result (You can leave 'Model Name' blank).
|
35 |
3. Fill in 'https://github.com/x/x' in 'Model Link'.
|
36 |
-
4. Upload `
|
37 |
5. Click the 'Submit Eval' button.
|
38 |
6. Click 'Refresh' to obtain the uploaded leaderboard.
|
39 |
"""
|
|
|
25 |
"""
|
26 |
|
27 |
SUBMIT_INTRODUCTION = """# Submit Introduction
|
28 |
+
Obtain `Video-Bench-Input.json` from our [github repository](https://github.com/PKU-YuanGroup/Video-Bench#%EF%B8%8F-evaluate-your-own-model) after evaluation.
|
29 |
|
30 |
|
31 |
## Submit Example
|
|
|
33 |
1. Fill in 'Chat-UniVi-7B' in 'Model Name' if it is your first time to submit your result (You can leave 'Revision Model Name' blank).
|
34 |
2. Fill in 'Chat-UniVi-7B' in 'Revision Model Name' if you want to update your result (You can leave 'Model Name' blank).
|
35 |
3. Fill in 'https://github.com/x/x' in 'Model Link'.
|
36 |
+
4. Upload `Video-Bench-Input.json`.
|
37 |
5. Click the 'Submit Eval' button.
|
38 |
6. Click 'Refresh' to obtain the uploaded leaderboard.
|
39 |
"""
|