Update constants.py
Browse files- constants.py +2 -0
constants.py
CHANGED
@@ -87,6 +87,8 @@ SUBMIT_INTRODUCTION = """# Submit on SEED Benchmark Introduction
|
|
87 |
11. Upload results.json.
|
88 |
12. Click the 'Submit Eval' button.
|
89 |
13. Click 'Refresh' to obtain the uploaded leaderboard.
|
|
|
|
|
90 |
"""
|
91 |
|
92 |
TABLE_INTRODUCTION = """In the table below, we summarize each task performance of all the models.
|
|
|
87 |
11. Upload results.json.
|
88 |
12. Click the 'Submit Eval' button.
|
89 |
13. Click 'Refresh' to obtain the uploaded leaderboard.
|
90 |
+
|
91 |
+
If you have any questions, please contact '[email protected]'.
|
92 |
"""
|
93 |
|
94 |
TABLE_INTRODUCTION = """In the table below, we summarize each task performance of all the models.
|