fzoll commited on
Commit
586a1fd
·
verified ·
1 Parent(s): cf75480

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -43,8 +43,7 @@ configs:
43
  path: queries.jsonl
44
  ---
45
 
46
- - The corpus set consists of the legal documents.
47
- - The query set includes questions pertaining to legal documents.
48
 
49
  **Usage**
50
  ```
 
43
  path: queries.jsonl
44
  ---
45
 
46
+ The MBPP dataset consists of around 1,000 crowd-sourced Python programming problems, designed to be solvable by entry level programmers, covering programming fundamentals, standard library functionality, and so on. Each problem consists of a task description, code solution and 3 automated test cases. As described in the paper, a subset of the data has been hand-verified by the dataset authors to ensure quality.
 
47
 
48
  **Usage**
49
  ```