Spaces:
Runtime error
Runtime error
Commit
·
ec8f6c0
1
Parent(s):
f4c0c85
modify oppo_refuse_match.py
Browse files- oppo_refuse_match.py +1 -1
oppo_refuse_match.py
CHANGED
@@ -19,7 +19,7 @@ import datasets
|
|
19 |
import numpy as np
|
20 |
|
21 |
import evaluate
|
22 |
-
from eval import has_answer
|
23 |
|
24 |
_DESCRIPTION = """
|
25 |
Returns the rate at which the input predicted strings exactly match the refuse list
|
|
|
19 |
import numpy as np
|
20 |
|
21 |
import evaluate
|
22 |
+
from .eval import has_answer
|
23 |
|
24 |
_DESCRIPTION = """
|
25 |
Returns the rate at which the input predicted strings exactly match the refuse list
|