Spaces:
Sleeping
Sleeping
tangxuemei
commited on
- src/display/about.py +2 -2
src/display/about.py
CHANGED
|
@@ -10,8 +10,8 @@ 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 |
-
"
|
| 15 |
# factual_consistency_rate = Task("factual_consistency_rate", "factual_consistency_rate", "Factual Consistency Rate (%)")
|
| 16 |
# answer_rate = Task("answer_rate", "answer_rate", "Answer Rate (%)")
|
| 17 |
# average_summary_length = Task("average_summary_length",
|
|
|
|
| 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 |
+
hallucination_rate = Task("hallucination_rate",
|
| 14 |
+
"hallucination_rate", "Hallucination 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 (%)")
|
| 17 |
# average_summary_length = Task("average_summary_length",
|