Spaces:
Runtime error
Runtime error
Update src/about.py
Browse files- src/about.py +8 -3
src/about.py
CHANGED
@@ -71,11 +71,16 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
71 |
|
72 |
|
73 |
# Your leaderboard name
|
74 |
-
TITLE = """<h1 align="center" id="space-title"
|
75 |
|
76 |
# What does your leaderboard evaluate?
|
77 |
-
INTRODUCTION_TEXT = """
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
79 |
"""
|
80 |
|
81 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
71 |
|
72 |
|
73 |
# Your leaderboard name
|
74 |
+
TITLE = """<h1 align="center" id="space-title">π² The FinBen FLARE Leaderboard</h1>"""
|
75 |
|
76 |
# What does your leaderboard evaluate?
|
77 |
+
INTRODUCTION_TEXT = """π The FinBen FLARE Leaderboard is designed to rigorously track, rank, and evaluate state-of-the-art models in financial Natural Language Understanding and Prediction.
|
78 |
+
|
79 |
+
π Unique to FLARE, our leaderboard not only covers standard NLP tasks but also incorporates financial prediction tasks such as stock movement and credit scoring, offering a more comprehensive evaluation for real-world financial applications.
|
80 |
+
|
81 |
+
π Our evaluation metrics include, but are not limited to, Accuracy, F1 Score, ROUGE score, BERTScore, and Matthews correlation coefficient (MCC), providing a multidimensional assessment of model performance.
|
82 |
+
|
83 |
+
π For more details, refer to our GitHub page [here](https://github.com/The-FinAI/PIXIU).
|
84 |
"""
|
85 |
|
86 |
# Which evaluations are you running? how can people reproduce what you have?
|