Spaces:
Running
Running
lixuejing
commited on
Commit
·
2d0b0d7
1
Parent(s):
eaf7897
update
Browse files- src/about.py +2 -2
src/about.py
CHANGED
@@ -44,7 +44,7 @@ INTRODUCTION_TEXT = """
|
|
44 |
FlagEval-Embodied Verse 旨在通过FlagEval具身工具链跟踪、排名和评估具身大模型(Embodied model),其中FlagEvalMM提供了多模态评估架构,Embodied Verse构建了一种基于具身智能高质量评测数据集的能力体系,Leaderboard则通过榜单实时跟踪并呈现不同具身大模型综合能力。
|
45 |
|
46 |
Welcome to the FlagEval-Embodied Verse!
|
47 |
-
FlagEval-Embodied Verse aims to track, rank, and evaluate embodied
|
48 |
FlagEvalMM provides a multimodal evaluation framework, while Embodied Verse builds a capability system based on high-quality evaluation datasets for embodied intelligence. The Leaderboard tracks and presents the comprehensive capabilities of different embodied large models in real time through a leaderboard.
|
49 |
"""
|
50 |
# Which evaluations are you running? how can people reproduce what you have?
|
@@ -64,7 +64,7 @@ FlagEval-Embodied Verse is a scientific and comprehensive embodied evaluation to
|
|
64 |
|
65 |
We hope to promote a more open ecosystem for embodied model developers to participate and contribute accordingly to the advancement of embodied models. To achieve the goal of fairness, all models are evaluated all models are evaluated under the FlagEvalMM framework using standardized GPUs and a unified environment to ensure fairness.
|
66 |
|
67 |
-
#How it works
|
68 |
|
69 |
## Embodied verse tool - FlagEvalMM
|
70 |
FlagEvalMM是一个开源评估框架,旨在全面评估多模态模型,其提供了一种标准化的方法来评估跨各种任务和指标使用多种模式(文本、图像、视频)的模型。
|
|
|
44 |
FlagEval-Embodied Verse 旨在通过FlagEval具身工具链跟踪、排名和评估具身大模型(Embodied model),其中FlagEvalMM提供了多模态评估架构,Embodied Verse构建了一种基于具身智能高质量评测数据集的能力体系,Leaderboard则通过榜单实时跟踪并呈现不同具身大模型综合能力。
|
45 |
|
46 |
Welcome to the FlagEval-Embodied Verse!
|
47 |
+
FlagEval-Embodied Verse aims to track, rank, and evaluate embodied models through the FlagEval embodied toolchain.
|
48 |
FlagEvalMM provides a multimodal evaluation framework, while Embodied Verse builds a capability system based on high-quality evaluation datasets for embodied intelligence. The Leaderboard tracks and presents the comprehensive capabilities of different embodied large models in real time through a leaderboard.
|
49 |
"""
|
50 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
64 |
|
65 |
We hope to promote a more open ecosystem for embodied model developers to participate and contribute accordingly to the advancement of embodied models. To achieve the goal of fairness, all models are evaluated all models are evaluated under the FlagEvalMM framework using standardized GPUs and a unified environment to ensure fairness.
|
66 |
|
67 |
+
# How it works
|
68 |
|
69 |
## Embodied verse tool - FlagEvalMM
|
70 |
FlagEvalMM是一个开源评估框架,旨在全面评估多模态模型,其提供了一种标准化的方法来评估跨各种任务和指标使用多种模式(文本、图像、视频)的模型。
|