Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
xuanricheng
commited on
Commit
Β·
e4e5d11
1
Parent(s):
be82687
first update about file
Browse files- 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">π€
|
4 |
|
5 |
INTRODUCTION_TEXT = """
|
6 |
-
π The π€
|
|
|
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!
|