Spaces:
Runtime error
Runtime error
lixuejing
commited on
Commit
·
5cd07ed
1
Parent(s):
be1de2d
add title
Browse files- src/about.py +10 -3
src/about.py
CHANGED
@@ -30,13 +30,20 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
30 |
|
31 |
|
32 |
# Your leaderboard name
|
33 |
-
TITLE = """<h1 align="center" id="space-title">
|
34 |
|
35 |
# What does your leaderboard evaluate?
|
|
|
36 |
INTRODUCTION_TEXT = """
|
37 |
-
|
38 |
-
|
|
|
39 |
|
|
|
|
|
|
|
|
|
|
|
40 |
# Which evaluations are you running? how can people reproduce what you have?
|
41 |
LLM_BENCHMARKS_TEXT = f"""
|
42 |
## How it works
|
|
|
30 |
|
31 |
|
32 |
# Your leaderboard name
|
33 |
+
TITLE = """<h1 align="center" id="space-title">FlagEval-VLM Leaderboard</h1>"""
|
34 |
|
35 |
# What does your leaderboard evaluate?
|
36 |
+
|
37 |
INTRODUCTION_TEXT = """
|
38 |
+
FlagEval-VLM Leaderboard旨在跟踪、排名和评估VLM。本排行榜由FlagEval平台提供相应算力和运行环境。
|
39 |
+
评估数据集是全部都是中文数据集以评估中文能力如需查看详情信息,请查阅‘关于’页面。
|
40 |
+
如需对模型进行更全面的评测,可以登录 [FlagEval](https://flageval.baai.ac.cn/api/users/providers/hf)平台,体验更加完善的模型评测功能。
|
41 |
|
42 |
+
The FlagEval-VLM Leaderboard aims to track, rank, and evaluate VLMs. This leaderboard is powered by the FlagEval platform, providing corresponding computational resources and runtime environment.
|
43 |
+
The evaluation dataset consists entirely of Chinese data to assess Chinese language proficiency. For more detailed information, please refer to the 'About' page.
|
44 |
+
For a more comprehensive evaluation of the model, you can log in to the [FlagEval](https://flageval.baai.ac.cn/) to experience more refined model evaluation functionalities
|
45 |
+
|
46 |
+
"""
|
47 |
# Which evaluations are you running? how can people reproduce what you have?
|
48 |
LLM_BENCHMARKS_TEXT = f"""
|
49 |
## How it works
|