Update humanevalpack.py
Browse files- 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", " | 
| 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(
         |