lvwerra HF Staff commited on
Commit
d35b133
·
1 Parent(s): 096bb02

Update element_count.py

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