OllieStanley commited on
Commit
bd7ec22
1 Parent(s): db10c2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,4 +16,4 @@ dataset_info:
16
  ---
17
  # Dataset Card for "humaneval-mbpp-codegen-qa"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
16
  ---
17
  # Dataset Card for "humaneval-mbpp-codegen-qa"
18
 
19
+ 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.