kedudzic commited on
Commit
32b0468
1 Parent(s): c68ac0f

update compute

Browse files
Files changed (1) hide show
  1. charmatch.py +2 -2
charmatch.py CHANGED
@@ -71,9 +71,9 @@ class charmatch(evaluate.Metric):
71
  inputs_description="input expected output",
72
  # This defines the format of each prediction and reference
73
  features=datasets.Features({
74
- 'input': datasets.Value('string'),
75
  'expected': datasets.Value('string'),
76
- 'output': datasets.Value('string')
77
  }),
78
  # Homepage of the module for documentation
79
  homepage="http://module.homepage",
 
71
  inputs_description="input expected output",
72
  # This defines the format of each prediction and reference
73
  features=datasets.Features({
74
+ 'inputs': datasets.Value('string'),
75
  'expected': datasets.Value('string'),
76
+ 'outputs': datasets.Value('string')
77
  }),
78
  # Homepage of the module for documentation
79
  homepage="http://module.homepage",