shounakpaul95 commited on
Commit
e77d3da
1 Parent(s): 8390a54

Update eval_utils.py

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