Spaces:
Sleeping
Sleeping
Update element_count.py
Browse files- element_count.py +1 -4
element_count.py
CHANGED
|
@@ -62,10 +62,7 @@ class ElementCount(evaluate.EvaluationModule):
|
|
| 62 |
citation=_CITATION,
|
| 63 |
inputs_description=_KWARGS_DESCRIPTION,
|
| 64 |
# This defines the format of each prediction and reference
|
| 65 |
-
features=
|
| 66 |
-
datasets.Features({'data': datasets.Value('int64')}),
|
| 67 |
-
datasets.Features({'data': datasets.Value('string')})
|
| 68 |
-
],
|
| 69 |
# Homepage of the module for documentation
|
| 70 |
homepage="http://module.homepage",
|
| 71 |
# Additional links to the codebase or references
|
|
|
|
| 62 |
citation=_CITATION,
|
| 63 |
inputs_description=_KWARGS_DESCRIPTION,
|
| 64 |
# This defines the format of each prediction and reference
|
| 65 |
+
features=datasets.Features({'data': datasets.Value('int64')}),
|
|
|
|
|
|
|
|
|
|
| 66 |
# Homepage of the module for documentation
|
| 67 |
homepage="http://module.homepage",
|
| 68 |
# Additional links to the codebase or references
|