MINGYISU commited on
Commit
fd717be
·
verified ·
1 Parent(s): 78efe8b

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -0
utils.py CHANGED
@@ -48,7 +48,9 @@ This is the MMEB-V1 leaderboard, which is now deprecated. MMEB-V1 is now the Ima
48
  LEADERBOARD_INFO = f"""
49
  ## Dataset Overview
50
  This is the dictionary of all datasets used in our code. Please make sure all datasets' scores are included in your submission. \n
 
51
  {pp.pformat(DATASETS)}
 
52
  """
53
 
54
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
 
48
  LEADERBOARD_INFO = f"""
49
  ## Dataset Overview
50
  This is the dictionary of all datasets used in our code. Please make sure all datasets' scores are included in your submission. \n
51
+ ```python
52
  {pp.pformat(DATASETS)}
53
+ ```
54
  """
55
 
56
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"