tangxuemei commited on
Commit
70eecf3
·
verified ·
1 Parent(s): a896140
Files changed (1) hide show
  1. 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
- 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 (%)")
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",