tttoaster commited on
Commit
42fca74
1 Parent(s): 54f3112

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +3 -3
constants.py CHANGED
@@ -36,9 +36,9 @@ LEADERBORAD_INTRODUCTION = """# SEED-Bench Leaderboard
36
  """
37
 
38
  SUBMIT_INTRODUCTION = """# Submit Precautions
39
- 1. Attain json file from our [github repository](https://github.com/AILab-CVC/SEED-Bench)
40
- 2. If you want to revision model, please ensure 'Revision Model Name' align with what's in the leaderboard.
41
- 3. Please ensure for right link for each submittion. Everyone could go to model's repository thought model name in the leaderboard.
42
  4. If you don't want to evaluate all dimension, not evaluated dimension performance and its corresponding average performance will set to 0.
43
  """
44
 
 
36
  """
37
 
38
  SUBMIT_INTRODUCTION = """# Submit Precautions
39
+ 1. Attain json file from our [github repository](https://github.com/AILab-CVC/SEED-Bench) after evaluation.
40
+ 2. If you want to revise model, please ensure 'Model Name Revision' align with what's in the leaderboard.
41
+ 3. Please ensure for right link for each submittion. Everyone could go to model's repository throught model name in the leaderboard.
42
  4. If you don't want to evaluate all dimension, not evaluated dimension performance and its corresponding average performance will set to 0.
43
  """
44