tangxuemei commited on
Commit
738b510
·
verified ·
1 Parent(s): 5bee4e3
Files changed (1) hide show
  1. src/display/about.py +1 -1
src/display/about.py CHANGED
@@ -11,7 +11,7 @@ class Task:
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",
 
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", "Humanlike Score (%)")
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",