elshehawy commited on
Commit
df5e7b3
β€’
1 Parent(s): fffc1e9

fix syntax error

Browse files
Files changed (1) hide show
  1. evaluate_data.py +1 -1
evaluate_data.py CHANGED
@@ -59,7 +59,7 @@ ner_model = ner_model.eval()
59
 
60
 
61
 
62
- def get_metrics_trf()
63
  y_true, logits = [], []
64
 
65
  for input_ids, token_type_ids, attention_mask, labels in tqdm(loader):
 
59
 
60
 
61
 
62
+ def get_metrics_trf():
63
  y_true, logits = [], []
64
 
65
  for input_ids, token_type_ids, attention_mask, labels in tqdm(loader):