Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- 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
|
41 |
-
3. Please ensure for right link for each submittion. Everyone could go to model's repository
|
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 |
|