Me1oy commited on
Commit
fe053ef
β€’
1 Parent(s): 24ea91d

Update src/about.py

Browse files
Files changed (1) hide show
  1. 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">Demo leaderboard</h1>"""
75
 
76
  # What does your leaderboard evaluate?
77
- INTRODUCTION_TEXT = """
78
- Intro text
 
 
 
 
 
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?