Spaces:
Runtime error
Runtime error
Update eval_utils.py
Browse files- eval_utils.py +0 -2
eval_utils.py
CHANGED
@@ -16,8 +16,6 @@ import rouge
|
|
16 |
import bert_score
|
17 |
import string
|
18 |
|
19 |
-
from ner_helpers import span2bio
|
20 |
-
|
21 |
|
22 |
def load_json(file_path):
|
23 |
with open(file_path, "r") as f:
|
|
|
16 |
import bert_score
|
17 |
import string
|
18 |
|
|
|
|
|
19 |
|
20 |
def load_json(file_path):
|
21 |
with open(file_path, "r") as f:
|