yan111222 commited on
Commit
5bd8771
·
verified ·
1 Parent(s): 9406326

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +1 -1
src/about.py CHANGED
@@ -65,7 +65,7 @@ def get_INTRODUCTION_TEXT(model_num: int, LAST_UPDATED: str, paper_link="TODO"):
65
  INTRODUCE_BENCHMARK = f"""
66
  <details>
67
  <summary style="cursor: pointer; font-size: 18px; color: #2c3e50;">💬 Metric explanations </summary>
68
- <p style="color: #2c3e50;">#TODO: </p>
69
  </details>
70
  """
71
 
 
65
  INTRODUCE_BENCHMARK = f"""
66
  <details>
67
  <summary style="cursor: pointer; font-size: 18px; color: #2c3e50;">💬 Metric explanations </summary>
68
+ <p style="color: #2c3e50;">CapArena-Auto is an arena-style automated evaluation benchmark for detailed captioning. It includes 600 evaluation images and assesses model performance through pairwise battles with three baseline models. The final score is calculated by GPT4o-as-a-Judge.</p>
69
  </details>
70
  """
71