Spaces:
Runtime error
Runtime error
fix metric
Browse files- span_metric.py +1 -1
span_metric.py
CHANGED
@@ -56,7 +56,7 @@ Returns:
|
|
56 |
|
57 |
|
58 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
59 |
-
class SpanAgree(
|
60 |
"""Calculates span agreement metric."""
|
61 |
|
62 |
def _info(self):
|
|
|
56 |
|
57 |
|
58 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
59 |
+
class SpanAgree(evaluate.Metric):
|
60 |
"""Calculates span agreement metric."""
|
61 |
|
62 |
def _info(self):
|