xuanricheng commited on
Commit
e4e5d11
β€’
1 Parent(s): be82687

first update about file

Browse files
Files changed (1) hide show
  1. src/display/about.py +3 -2
src/display/about.py CHANGED
@@ -1,9 +1,10 @@
1
  from src.display.utils import ModelType
2
 
3
- TITLE = """<h1 align="center" id="space-title">πŸ€— Open LLM Leaderboard</h1>"""
4
 
5
  INTRODUCTION_TEXT = """
6
- πŸ“ The πŸ€— Open LLM Leaderboard aims to track, rank and evaluate open LLMs and chatbots.
 
7
 
8
  πŸ€— Submit a model for automated evaluation on the πŸ€— GPU cluster on the "Submit" page!
9
  The leaderboard's backend runs the great [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) - read more details in the "About" page!
 
1
  from src.display.utils import ModelType
2
 
3
+ TITLE = """<h1 align="center" id="space-title">πŸ€— FlagEval Chinese LLM Leaderboard</h1>"""
4
 
5
  INTRODUCTION_TEXT = """
6
+ πŸ“ The πŸ€— FlagEval Chinese LLM Leaderboard aims to track, rank and evaluate open LLMs and chatbots.
7
+ [FlagEval](https://flageval.baai.ac.cn/)
8
 
9
  πŸ€— Submit a model for automated evaluation on the πŸ€— GPU cluster on the "Submit" page!
10
  The leaderboard's backend runs the great [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) - read more details in the "About" page!