drslimm commited on
Commit
ce91267
·
1 Parent(s): 545bf15
Files changed (1) hide show
  1. 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('int64'),
77
- 'references': datasets.Value('int64'),
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",