Update constants.py
Browse files- constants.py +8 -8
constants.py
CHANGED
|
@@ -47,14 +47,14 @@ SUBMIT_INTRODUCTION = """# Submit Precautions
|
|
| 47 |
|
| 48 |
## Submit Example
|
| 49 |
For example, if you want to revise InstructBLIP's performance in the leaderboard, you need to:
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
"""
|
| 59 |
|
| 60 |
TABLE_INTRODUCTION = """In the table below, we summarize each task performance of all the models.
|
|
|
|
| 47 |
|
| 48 |
## Submit Example
|
| 49 |
For example, if you want to revise InstructBLIP's performance in the leaderboard, you need to:
|
| 50 |
+
1. Fill in 'InstructBLIP' in 'Revision Model Name'.
|
| 51 |
+
2. Select 'ImageLLM' in 'Model Type'.
|
| 52 |
+
3. Fill in 'https://github.com/salesforce/LAVIS' in 'Model Link'.
|
| 53 |
+
4. Select 'Flan-T5-XL' in 'LLM Type'.
|
| 54 |
+
5. Select 'All' in 'Evaluation Dimension'.
|
| 55 |
+
6. Upload results.json.
|
| 56 |
+
7. Click the 'Submit Eval' button.
|
| 57 |
+
8. Click 'Refresh' to obtain the uploaded leaderboard.
|
| 58 |
"""
|
| 59 |
|
| 60 |
TABLE_INTRODUCTION = """In the table below, we summarize each task performance of all the models.
|