tttoaster commited on
Commit
07bbdd6
1 Parent(s): 20e4287

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -28,7 +28,7 @@ LEADERBORAD_INTRODUCTION = """# SEED-Bench Leaderboard
28
  Please refer to [our paper](https://arxiv.org/abs/2307.16125) for more details.
29
  """
30
 
31
- SUBMIT_INTRODUCTION = """# Submit Introduction
32
  1. Obtain JSON file from our [github repository](https://github.com/AILab-CVC/SEED-Bench#leaderboard-submit) after evaluation. For example, you can obtain InstructBLIP's JSON file as results/results.json after running
33
  ```shell
34
  python eval.py --model instruct_blip --anno_path SEED-Bench.json --output-dir results
 
28
  Please refer to [our paper](https://arxiv.org/abs/2307.16125) for more details.
29
  """
30
 
31
+ SUBMIT_INTRODUCTION = """# Submit on SEED Benchmark v1 Introduction
32
  1. Obtain JSON file from our [github repository](https://github.com/AILab-CVC/SEED-Bench#leaderboard-submit) after evaluation. For example, you can obtain InstructBLIP's JSON file as results/results.json after running
33
  ```shell
34
  python eval.py --model instruct_blip --anno_path SEED-Bench.json --output-dir results