File size: 534 Bytes
da8a62a
 
 
 
 
 
 
 
 
 
 
 
 
db10c2c
da8a62a
 
 
 
bd7ec22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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.