Spaces:
Sleeping
Sleeping
Fix runtime error.
Browse files- .gitignore +2 -2
- execution_accuracy.py +2 -2
.gitignore
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
| 1 |
+
database.sqlite
|
| 2 |
+
test.py
|
execution_accuracy.py
CHANGED
|
@@ -80,8 +80,8 @@ class ExecutionAccuracy(evaluate.Metric):
|
|
| 80 |
features=datasets.Features({
|
| 81 |
'predictions': datasets.Value('string'),
|
| 82 |
'references': datasets.Value('string'),
|
| 83 |
-
'execute_func': datasets.Value(),
|
| 84 |
-
'filter_func': datasets.Value(),
|
| 85 |
}),
|
| 86 |
# Homepage of the module for documentation
|
| 87 |
homepage="http://module.homepage",
|
|
|
|
| 80 |
features=datasets.Features({
|
| 81 |
'predictions': datasets.Value('string'),
|
| 82 |
'references': datasets.Value('string'),
|
| 83 |
+
'execute_func': datasets.Value('0'),
|
| 84 |
+
'filter_func': datasets.Value('0'),
|
| 85 |
}),
|
| 86 |
# Homepage of the module for documentation
|
| 87 |
homepage="http://module.homepage",
|