BreakLee commited on
Commit
1f25992
1 Parent(s): 756843f

Update constants.py

Browse files
Files changed (1) hide show
  1. 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