Spaces:
Runtime error
Runtime error
Updated Info
Browse files- 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",
|