shounakpaul95 commited on
Commit
9c54061
1 Parent(s): 7fb6b0f

Update eval_utils.py

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