Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix the machine-translated text
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -16,7 +16,7 @@ class Tasks(Enum):
|
|
16 |
CG = Task("scores", "CG", "CG - コード生成") # Code Generation - コード生成
|
17 |
EL = Task("scores", "EL", "EL - エンティティリンキング") # Entity Linking - エンティティリンキング
|
18 |
FA = Task("scores", "FA", "FA - 基礎分析") # Fundamental Analysis - 基礎分析
|
19 |
-
HE = Task("scores", "HE", "HE -
|
20 |
MC = Task("scores", "MC", "MC - 多肢選択式質問応答") # Multiple Choice question answering - 多肢選択式質問応答
|
21 |
MR = Task("scores", "MR", "MR - 数学的推論") # Mathematical Reasoning - 数学的推論
|
22 |
MT = Task("scores", "MT", "MT - 機械翻訳") # Machine Translation - 機械翻訳
|
|
|
16 |
CG = Task("scores", "CG", "CG - コード生成") # Code Generation - コード生成
|
17 |
EL = Task("scores", "EL", "EL - エンティティリンキング") # Entity Linking - エンティティリンキング
|
18 |
FA = Task("scores", "FA", "FA - 基礎分析") # Fundamental Analysis - 基礎分析
|
19 |
+
HE = Task("scores", "HE", "HE - 言語理解") # Human Examination - 言語理解
|
20 |
MC = Task("scores", "MC", "MC - 多肢選択式質問応答") # Multiple Choice question answering - 多肢選択式質問応答
|
21 |
MR = Task("scores", "MR", "MR - 数学的推論") # Mathematical Reasoning - 数学的推論
|
22 |
MT = Task("scores", "MT", "MT - 機械翻訳") # Machine Translation - 機械翻訳
|