Gil-Simas commited on
Commit
4b2994b
·
1 Parent(s): faa98b7

return missing

Browse files
Files changed (1) hide show
  1. user-friendly-metrics.py +2 -0
user-friendly-metrics.py CHANGED
@@ -157,6 +157,8 @@ class UserFriendlyMetrics(evaluate.Metric):
157
  )
158
  results[model_name]["overall"] = module.compute()[model_name]["metrics"]
159
 
 
 
160
  def wandb(
161
  self,
162
  results,
 
157
  )
158
  results[model_name]["overall"] = module.compute()[model_name]["metrics"]
159
 
160
+ return results
161
+
162
  def wandb(
163
  self,
164
  results,