dannashao commited on
Commit
348a00a
β€’
1 Parent(s): 90797c6

to evaluate

Browse files
Files changed (1) hide show
  1. 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 datasets.MetricInfo(
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,