Spaces:
Sleeping
Sleeping
Changes for README creation.
Browse files- 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('
|
81 |
-
'references': datasets.Value('
|
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",
|