Spaces:
Build error
Build error
drslimm
commited on
Commit
·
ce91267
1
Parent(s):
545bf15
save
Browse files- bangalore_score.py +2 -2
bangalore_score.py
CHANGED
|
@@ -73,8 +73,8 @@ class Bangalore_Score(evaluate.Metric):
|
|
| 73 |
inputs_description=_KWARGS_DESCRIPTION,
|
| 74 |
# This defines the format of each prediction and reference
|
| 75 |
features=datasets.Features({
|
| 76 |
-
'predictions': datasets.Value('
|
| 77 |
-
'references': datasets.Value('
|
| 78 |
}),
|
| 79 |
# Homepage of the module for documentation
|
| 80 |
homepage="http://module.homepage",
|
|
|
|
| 73 |
inputs_description=_KWARGS_DESCRIPTION,
|
| 74 |
# This defines the format of each prediction and reference
|
| 75 |
features=datasets.Features({
|
| 76 |
+
'predictions': datasets.Value('string'),
|
| 77 |
+
'references': datasets.Value('string'),
|
| 78 |
}),
|
| 79 |
# Homepage of the module for documentation
|
| 80 |
homepage="http://module.homepage",
|