ynhe commited on
Commit
4f1338c
1 Parent(s): f4dbb46

Update constants.py

Browse files
Files changed (1) hide show
  1. 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
- ## ⚠ Please note that you need to obtain the file `evaluation_results/*eval_results.json` by running [VBench Github](https:) and upload the evaluation results.
187
- Uploading generated videos or images of the model is invalid!
 
 
 
 
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 = """