ronald commited on
Commit
aef05c0
1 Parent(s): 89d4922
Files changed (1) hide show
  1. ccl_win.py +1 -2
ccl_win.py CHANGED
@@ -76,8 +76,7 @@ class ccl_win(evaluate.Measurement):
76
  inputs_description=_KWARGS_DESCRIPTION,
77
  # This defines the format of each prediction and reference
78
  features=datasets.Features({
79
- 'predictions': datasets.Value('int64'),
80
- 'references': datasets.Value('int64'),
81
  }),
82
  # Homepage of the module for documentation
83
  homepage="http://module.homepage",
 
76
  inputs_description=_KWARGS_DESCRIPTION,
77
  # This defines the format of each prediction and reference
78
  features=datasets.Features({
79
+ 'predictions': datasets.Value('string'),
 
80
  }),
81
  # Homepage of the module for documentation
82
  homepage="http://module.homepage",