File size: 532 Bytes
aef2371
 
 
 
 
 
 
 
 
 
 
 
 
d8b2a76
aef2371
 
 
 
eb69d2f
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: 304315
    num_examples: 591
  download_size: 0
  dataset_size: 304315
---
# Dataset Card for "humaneval-mbpp-testgen-qa"

This dataset contains prompt-reply (question-answer) pairs where the prompt is to create a Python unit tests which tests for the functionality described in a specific docstring. The responses are then the generated unit tests.