Update constants.py
Browse files- constants.py +1 -0
constants.py
CHANGED
|
@@ -37,6 +37,7 @@ LEADERBORAD_INTRODUCTION = """# SEED-Bench Leaderboard
|
|
| 37 |
Please refer to [SEED-Bench-2 paper](https://arxiv.org/abs/2311.17092) for more details.
|
| 38 |
"""
|
| 39 |
|
|
|
|
| 40 |
SUBMIT_INTRODUCTION = """# Submit on SEED Benchmark Introduction
|
| 41 |
1. Obtain JSON file from our [github repository](https://github.com/AILab-CVC/SEED-Bench#leaderboard-submit) after evaluation. For example on SEED-Bench-1, you can obtain InstructBLIP's JSON file as results/results.json after running
|
| 42 |
```shell
|
|
|
|
| 37 |
Please refer to [SEED-Bench-2 paper](https://arxiv.org/abs/2311.17092) for more details.
|
| 38 |
"""
|
| 39 |
|
| 40 |
+
|
| 41 |
SUBMIT_INTRODUCTION = """# Submit on SEED Benchmark Introduction
|
| 42 |
1. Obtain JSON file from our [github repository](https://github.com/AILab-CVC/SEED-Bench#leaderboard-submit) after evaluation. For example on SEED-Bench-1, you can obtain InstructBLIP's JSON file as results/results.json after running
|
| 43 |
```shell
|