shounakpaul95
commited on
Commit
•
331f11f
1
Parent(s):
e434df0
Update eval_utils.py
Browse files- eval_utils.py +1 -1
eval_utils.py
CHANGED
@@ -314,7 +314,7 @@ def evaluate_lmt(gold_data, pred_data):
|
|
314 |
|
315 |
def create_output_json(evaluation_results):
|
316 |
output = {
|
317 |
-
"Method": "
|
318 |
"Submitted By": "IL-TUR",
|
319 |
"Github Link": "dummy submission",
|
320 |
"L-NER": {"strict mF1": evaluation_results["lner"]["strict mF1"]},
|
|
|
314 |
|
315 |
def create_output_json(evaluation_results):
|
316 |
output = {
|
317 |
+
"Method": "Dummy Ideal",
|
318 |
"Submitted By": "IL-TUR",
|
319 |
"Github Link": "dummy submission",
|
320 |
"L-NER": {"strict mF1": evaluation_results["lner"]["strict mF1"]},
|