Update eval_utils.py
Browse files- 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
|
| 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"]},
|