tttoaster commited on
Commit
8a1832a
1 Parent(s): 9ebd99c

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -36,7 +36,7 @@ LEADERBORAD_INTRODUCTION = """# SEED-Bench Leaderboard
36
  """
37
 
38
  SUBMIT_INTRODUCTION = """# Submit Precautions
39
- 1. Attain JSON file from our [github repository](https://github.com/AILab-CVC/SEED-Bench) after evaluation. For example, you can obtain InstructBLIP's JSON file as results/results.json after running
40
  ```shell
41
  python eval.py --model instruct_blip --anno_path SEED-Bench.json --output-dir results
42
  ```
 
36
  """
37
 
38
  SUBMIT_INTRODUCTION = """# Submit Precautions
39
+ 1. Attain 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
40
  ```shell
41
  python eval.py --model instruct_blip --anno_path SEED-Bench.json --output-dir results
42
  ```