Spaces:
Runtime error
Runtime error
to evaluate
Browse files- span_metric.py +1 -1
span_metric.py
CHANGED
@@ -60,7 +60,7 @@ class SpanAgree(evaluate.Metric):
|
|
60 |
"""Calculates span agreement metric."""
|
61 |
|
62 |
def _info(self):
|
63 |
-
return
|
64 |
description=_DESCRIPTION,
|
65 |
citation=_CITATION,
|
66 |
inputs_description=_KWARGS_DESCRIPTION,
|
|
|
60 |
"""Calculates span agreement metric."""
|
61 |
|
62 |
def _info(self):
|
63 |
+
return evaluate.MetricInfo(
|
64 |
description=_DESCRIPTION,
|
65 |
citation=_CITATION,
|
66 |
inputs_description=_KWARGS_DESCRIPTION,
|