Update constants.py
Browse files- constants.py +3 -2
constants.py
CHANGED
@@ -46,8 +46,9 @@ SUBMIT_INTRODUCTION = """# Submit Introduction
|
|
46 |
5. After clicking 'Submit Eval', you can click 'Refresh' to obtain the latest result in the leaderboard.
|
47 |
|
48 |
## Submit Example
|
49 |
-
For example, if you want 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'.
|
|
|
46 |
5. After clicking 'Submit Eval', you can click 'Refresh' to obtain the latest result in the leaderboard.
|
47 |
|
48 |
## Submit Example
|
49 |
+
For example, if you want to upload InstructBLIP's result in the leaderboard, you need to:
|
50 |
+
1. Fill in 'InstructBLIP' in 'Model Name' if it is your first time to submit your result (You can leave 'Revision Model Name' blank).
|
51 |
+
2. Fill in 'InstructBLIP' in 'Revision Model Name' if you want to update your result (You can leave 'Model Name' blank).
|
52 |
2. Select 'ImageLLM' in 'Model Type'.
|
53 |
3. Fill in 'https://github.com/salesforce/LAVIS' in 'Model Link'.
|
54 |
4. Select 'Flan-T5-XL' in 'LLM Type'.
|