Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
7269451
1
Parent(s):
a1adbdd
update class info
Browse files- fixed_recall.py +3 -3
fixed_recall.py
CHANGED
@@ -39,9 +39,9 @@ class FixedRecall(evaluate.Metric):
|
|
39 |
|
40 |
def _info(self):
|
41 |
return evaluate.MetricInfo(
|
42 |
-
description=
|
43 |
-
citation=
|
44 |
-
inputs_description=
|
45 |
features=datasets.Features(
|
46 |
{
|
47 |
"predictions": datasets.Sequence(datasets.Value("int32")),
|
|
|
39 |
|
40 |
def _info(self):
|
41 |
return evaluate.MetricInfo(
|
42 |
+
description=_DESCRIPTION,
|
43 |
+
citation=_CITATION,
|
44 |
+
inputs_description=_INPUTS,
|
45 |
features=datasets.Features(
|
46 |
{
|
47 |
"predictions": datasets.Sequence(datasets.Value("int32")),
|