Jimin Huang
commited on
Commit
•
1e75f16
1
Parent(s):
15f380b
feat: modify about.py
Browse files- src/about.py +6 -2
src/about.py
CHANGED
@@ -59,9 +59,13 @@ TITLE = """<h1 align="center" id="space-title">🐲 Open Finance LLM Leaderboard
|
|
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 |
When you submit a model on the "Submit here!" page, it is automatically evaluated on a set of financial benchmarks.
|
|
|
63 |
The GPU used for evaluation is operated with the support of __[Wuhan University](http://en.whu.edu.cn/)__ and __[University of Florida](https://www.ufl.edu/)__.
|
64 |
-
|
|
|
|
|
65 |
More details about the benchmarks and the evaluation process are provided on the “About” page.
|
66 |
"""
|
67 |
|
@@ -142,7 +146,7 @@ GPUs are provided by Wuhan University and the University of Florida for the eval
|
|
142 |
|
143 |
## More Resources
|
144 |
|
145 |
-
If you still have questions, you can check our github repository [here](https://github.com/
|
146 |
"""
|
147 |
|
148 |
EVALUATION_QUEUE_TEXT = """
|
|
|
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 |
+
|
65 |
The GPU used for evaluation is operated with the support of __[Wuhan University](http://en.whu.edu.cn/)__ and __[University of Florida](https://www.ufl.edu/)__.
|
66 |
+
|
67 |
+
The datasets used for evaluation consist of diverse financial datasets from `FinBen` benchmark to assess tasks such as sentiment analysis, named entity recognition, question answering, and more.
|
68 |
+
|
69 |
More details about the benchmarks and the evaluation process are provided on the “About” page.
|
70 |
"""
|
71 |
|
|
|
146 |
|
147 |
## More Resources
|
148 |
|
149 |
+
If you still have questions, you can check our github repository [here](https://github.com/The-FinAI/PIXIU).
|
150 |
"""
|
151 |
|
152 |
EVALUATION_QUEUE_TEXT = """
|