shounakpaul95 commited on
Commit
b808dca
·
verified ·
1 Parent(s): 67bbbd7

Update eval_utils.py

Browse files
Files changed (1) hide show
  1. 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: