Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +8 -3
constants.py
CHANGED
|
@@ -3,7 +3,8 @@ import os
|
|
| 3 |
MODEL_INFO = [
|
| 4 |
"Model Name (clickable)",
|
| 5 |
"Source",
|
| 6 |
-
"Total Score"
|
|
|
|
| 7 |
"Quality Score",
|
| 8 |
"Semantic Score",
|
| 9 |
"Selected Score",
|
|
@@ -183,8 +184,12 @@ LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
|
|
| 183 |
|
| 184 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|
| 185 |
|
| 186 |
-
## ⚠
|
| 187 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 188 |
"""
|
| 189 |
|
| 190 |
TABLE_INTRODUCTION = """
|
|
|
|
| 3 |
MODEL_INFO = [
|
| 4 |
"Model Name (clickable)",
|
| 5 |
"Source",
|
| 6 |
+
"Total Score"
|
| 7 |
+
,
|
| 8 |
"Quality Score",
|
| 9 |
"Semantic Score",
|
| 10 |
"Selected Score",
|
|
|
|
| 184 |
|
| 185 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|
| 186 |
|
| 187 |
+
## ⚠
|
| 188 |
+
1. Please note that you need to obtain the file `evaluation_results/*eval_results.json` by running VBench in Github.
|
| 189 |
+
2. Then, pack these JSON files into a `ZIP` archive, ensuring that the top-level directory of the ZIP contains the individual JSON files.
|
| 190 |
+
3. Finally, upload the ZIP archive below.
|
| 191 |
+
|
| 192 |
+
Uploading generated videos or images of the model is invalid!
|
| 193 |
"""
|
| 194 |
|
| 195 |
TABLE_INTRODUCTION = """
|