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