s1ghhh commited on
Commit
d01a41d
1 Parent(s): 5fdcbda

Update humanevalpack.py

Browse files
Files changed (1) hide show
  1. humanevalpack.py +1 -1
humanevalpack.py CHANGED
@@ -40,7 +40,7 @@ class HumanEvalPack(datasets.GeneratorBasedBuilder):
40
  name="python",
41
  description="Python HumanEvalPack",
42
  features=[
43
- "task_id", "prompt", "declaration", "canonical_solution", "buggy_solution", "bug_type", "failure_symptoms", "import", "test_setup", "test", "example_test", "entry_point", "signature", "docstring", "instruction"
44
  ]
45
  ),
46
  HumanEvalPackConfig(
 
40
  name="python",
41
  description="Python HumanEvalPack",
42
  features=[
43
+ "task_id", "prompt", "declaration", "canonical_solution", "buggy_solution", "bug_type", "failure_symptoms", "test", "example_test", "entry_point", "signature", "docstring", "instruction"
44
  ]
45
  ),
46
  HumanEvalPackConfig(