Spaces:
Sleeping
Sleeping
tangxuemei
commited on
- src/display/about.py +1 -1
src/display/about.py
CHANGED
@@ -10,7 +10,7 @@ class Task:
|
|
10 |
|
11 |
class Tasks(Enum):
|
12 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
13 |
-
|
14 |
"humanlike_rate", "Humanlike Rate (%)")
|
15 |
# factual_consistency_rate = Task("factual_consistency_rate", "factual_consistency_rate", "Factual Consistency Rate (%)")
|
16 |
# answer_rate = Task("answer_rate", "answer_rate", "Answer Rate (%)")
|
|
|
10 |
|
11 |
class Tasks(Enum):
|
12 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
13 |
+
humanlike_rate = Task("humanlike_rate",
|
14 |
"humanlike_rate", "Humanlike Rate (%)")
|
15 |
# factual_consistency_rate = Task("factual_consistency_rate", "factual_consistency_rate", "Factual Consistency Rate (%)")
|
16 |
# answer_rate = Task("answer_rate", "answer_rate", "Answer Rate (%)")
|