--- dataset_info: features: - name: INSTRUCTION dtype: string - name: RESPONSE dtype: string - name: SOURCE dtype: string splits: - name: train num_bytes: 225572 num_examples: 591 download_size: 89931 dataset_size: 225572 --- # Dataset Card for "humaneval-mbpp-codegen-qa" This dataset contains prompt-reply (question-answer) pairs where the prompt is to create a Python function which satisfies the functionality described in a specified docstring. The responses are then the generated functions.