Spaces:
Runtime error
Runtime error
Update oppo_refuse_match.py
Browse files- 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"
|