libraxiong commited on
Commit
97dd972
·
verified ·
1 Parent(s): 774de86

Update oppo_refuse_match.py

Browse files
Files changed (1) hide show
  1. oppo_refuse_match.py +1 -2
oppo_refuse_match.py CHANGED
@@ -57,8 +57,7 @@ class OppoRefuseMatch(evaluate.Metric):
57
 
58
  def _compute(
59
  self,
60
- predictions,
61
- references
62
  ):
63
  patterns = [
64
  r"There is no", r"no", r"non-existent", r"not a", r"none"
 
57
 
58
  def _compute(
59
  self,
60
+ predictions
 
61
  ):
62
  patterns = [
63
  r"There is no", r"no", r"non-existent", r"not a", r"none"