Jimin Huang
commited on
Commit
·
5a44be5
1
Parent(s):
19ff84b
feat: modify about.py
Browse files- 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", "
|
| 42 |
-
task36 = Task("Australian", "
|
| 43 |
-
task38 = Task("LendingClub", "
|
| 44 |
-
task40 = Task("ccf", "
|
| 45 |
-
task42 = Task("ccfraud", "
|
| 46 |
-
task44 = Task("polish", "
|
| 47 |
-
task46 = Task("taiwan", "
|
| 48 |
-
task48 = Task("portoseguro", "
|
| 49 |
-
task50 = Task("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
|
| 58 |
|
| 59 |
# What does your leaderboard evaluate?
|
| 60 |
INTRODUCTION_TEXT = """
|
| 61 |
-
🌟 The
|
| 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 |
|