shounakpaul95 commited on
Commit
ad21b15
·
verified ·
1 Parent(s): 256b2ce

Update eval_utils.py

Browse files
Files changed (1) hide show
  1. eval_utils.py +1 -1
eval_utils.py CHANGED
@@ -315,7 +315,7 @@ def evaluate_lmt(gold_data, pred_data):
315
 
316
  def create_output_json(evaluation_results):
317
  output = {
318
- "Method": "Dummy Ideal",
319
  "Submitted By": "IL-TUR",
320
  "Github Link": "dummy submission",
321
  "L-NER": {"strict mF1": evaluation_results["lner"]["strict mF1"]},
 
315
 
316
  def create_output_json(evaluation_results):
317
  output = {
318
+ "Method": "Dummy Ideal Only Summ",
319
  "Submitted By": "IL-TUR",
320
  "Github Link": "dummy submission",
321
  "L-NER": {"strict mF1": evaluation_results["lner"]["strict mF1"]},