Jimin Huang commited on
Commit
527b158
β€’
1 Parent(s): 1e75f16

feat: modify about.py

Browse files
Files changed (1) hide show
  1. src/about.py +11 -11
src/about.py CHANGED
@@ -38,15 +38,15 @@ class Tasks(Enum):
38
  task28 = Task("BigData22", "Acc", "BigData22")
39
  task30 = Task("ACL18", "Acc", "ACL18")
40
  task32 = Task("CIKM18", "Acc", "CIKM18")
41
- task34 = Task("German", "F1", "German")
42
- task36 = Task("Australian", "F1", "Australian")
43
- task38 = Task("LendingClub", "F1", "LendingClub")
44
- task40 = Task("ccf", "F1", "ccf")
45
- task42 = Task("ccfraud", "F1", "ccfraud")
46
- task44 = Task("polish", "F1", "polish")
47
- task46 = Task("taiwan", "F1", "taiwan")
48
- task48 = Task("portoseguro", "F1", "portoseguro")
49
- task50 = Task("travelinsurance", "F1", "travelinsurance")
50
 
51
 
52
  NUM_FEWSHOT = 0 # Change with your few shot
@@ -54,11 +54,11 @@ NUM_FEWSHOT = 0 # Change with your few shot
54
 
55
 
56
  # Your leaderboard name
57
- TITLE = """<h1 align="center" id="space-title">🐲 Open Finance LLM Leaderboard</h1>"""
58
 
59
  # What does your leaderboard evaluate?
60
  INTRODUCTION_TEXT = """
61
- 🌟 The FinBen FLARE Leaderboard: Evaluate and compare the performance of financial Large Language Models (LLMs).
62
 
63
  When you submit a model on the "Submit here!" page, it is automatically evaluated on a set of financial benchmarks.
64
 
 
38
  task28 = Task("BigData22", "Acc", "BigData22")
39
  task30 = Task("ACL18", "Acc", "ACL18")
40
  task32 = Task("CIKM18", "Acc", "CIKM18")
41
+ task34 = Task("German", "MCC", "German")
42
+ task36 = Task("Australian", "MCC", "Australian")
43
+ task38 = Task("LendingClub", "MCC", "LendingClub")
44
+ task40 = Task("ccf", "MCC", "ccf")
45
+ task42 = Task("ccfraud", "MCC", "ccfraud")
46
+ task44 = Task("polish", "MCC", "polish")
47
+ task46 = Task("taiwan", "MCC", "taiwan")
48
+ task48 = Task("portoseguro", "MCC", "portoseguro")
49
+ task50 = Task("travelinsurance", "MCC", "travelinsurance")
50
 
51
 
52
  NUM_FEWSHOT = 0 # Change with your few shot
 
54
 
55
 
56
  # Your leaderboard name
57
+ TITLE = """<h1 align="center" id="space-title">🐲 Open Financial LLM Leaderboard</h1>"""
58
 
59
  # What does your leaderboard evaluate?
60
  INTRODUCTION_TEXT = """
61
+ 🌟 The Open Financial LLM Leaderboard: Evaluate and compare the performance of financial Large Language Models (LLMs).
62
 
63
  When you submit a model on the "Submit here!" page, it is automatically evaluated on a set of financial benchmarks.
64