pingnieuk commited on
Commit
3557858
1 Parent(s): 6d6c96f

Update src/backend/tasks/selfcheckgpt/task.py

Browse files
src/backend/tasks/selfcheckgpt/task.py CHANGED
@@ -139,4 +139,4 @@ class SelfCheckGpt(Task):
139
  A dictionary where keys are the names of submetrics and values are
140
  whether a higher value of the submetric is better
141
  """
142
- return {k: False for k in ["avg-selfcheckgpt", "max-selfcheckgpt"]}
 
139
  A dictionary where keys are the names of submetrics and values are
140
  whether a higher value of the submetric is better
141
  """
142
+ return {k: True for k in ["avg-selfcheckgpt", "max-selfcheckgpt"]}