lfqian commited on
Commit
5aa9495
·
verified ·
1 Parent(s): ba05b52

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +2 -2
src/about.py CHANGED
@@ -21,11 +21,11 @@ NUM_FEWSHOT = 0 # Change with your few shot
21
 
22
 
23
  # Your leaderboard name
24
- TITLE = """<h1 align="center" id="space-title">Demo leaderboard</h1>"""
25
 
26
  # What does your leaderboard evaluate?
27
  INTRODUCTION_TEXT = """
28
- Intro text
29
  """
30
 
31
  # Which evaluations are you running? how can people reproduce what you have?
 
21
 
22
 
23
  # Your leaderboard name
24
+ TITLE = """<h1 align="center" id="space-title">Fino1 Leaderboard</h1>"""
25
 
26
  # What does your leaderboard evaluate?
27
  INTRODUCTION_TEXT = """
28
+ The Fino1 Leaderboard evaluates the performance of various LLMs, including general-purpose models and reasoning-enhanced models, on complex financial tasks. These tasks, such as mathematical question answering and equation execution, assess an LLM’s ability to perform structured financial reasoning and numerical computation.
29
  """
30
 
31
  # Which evaluations are you running? how can people reproduce what you have?