Fritz02 commited on
Commit
6d819f5
·
1 Parent(s): b398b41

Changes for README creation.

Browse files
Files changed (1) hide show
  1. execution_accuracy.py +2 -2
execution_accuracy.py CHANGED
@@ -77,8 +77,8 @@ class ExecutionAccuracy(evaluate.Metric):
77
  inputs_description=_KWARGS_DESCRIPTION,
78
  # This defines the format of each prediction and reference
79
  features=datasets.Features({
80
- 'predictions': datasets.Value('int64'),
81
- 'references': datasets.Value('int64'),
82
  }),
83
  # Homepage of the module for documentation
84
  homepage="http://module.homepage",
 
77
  inputs_description=_KWARGS_DESCRIPTION,
78
  # This defines the format of each prediction and reference
79
  features=datasets.Features({
80
+ 'predictions': datasets.Value('string'),
81
+ 'references': datasets.Value('string'),
82
  }),
83
  # Homepage of the module for documentation
84
  homepage="http://module.homepage",