Spaces:
Sleeping
Sleeping
Commit
·
31062ff
1
Parent(s):
417f39c
small fix
Browse files- textgen_evaluator.py +1 -1
textgen_evaluator.py
CHANGED
@@ -52,7 +52,7 @@ Returns:
|
|
52 |
@datasets.utils.file_utils.add_start_docstrings(
|
53 |
_DESCRIPTION, _KWARGS_DESCRIPTION
|
54 |
)
|
55 |
-
class TextGenEvaluatorTest(
|
56 |
def _info(self):
|
57 |
return datasets.MetricInfo(
|
58 |
description=_DESCRIPTION,
|
|
|
52 |
@datasets.utils.file_utils.add_start_docstrings(
|
53 |
_DESCRIPTION, _KWARGS_DESCRIPTION
|
54 |
)
|
55 |
+
class TextGenEvaluatorTest(evaluate.Metric):
|
56 |
def _info(self):
|
57 |
return datasets.MetricInfo(
|
58 |
description=_DESCRIPTION,
|