gabeorlanski commited on
Commit
13f489a
·
unverified ·
1 Parent(s): 1359055

Updated Info

Browse files
Files changed (1) hide show
  1. bc_eval.py +1 -0
bc_eval.py CHANGED
@@ -170,6 +170,7 @@ class BabelCodeEval(evaluate.Metric):
170
  {
171
  "predictions": datasets.Sequence(datasets.Value("string")),
172
  "languages": datasets.Value("string"),
 
173
  }
174
  ),
175
  homepage="https://github.com/google-research/babelcode",
 
170
  {
171
  "predictions": datasets.Sequence(datasets.Value("string")),
172
  "languages": datasets.Value("string"),
173
+ "question_dicts": question_info_type
174
  }
175
  ),
176
  homepage="https://github.com/google-research/babelcode",