Datasets:

Modalities:
Text
Formats:
csv
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
mgalle commited on
Commit
ac574f8
1 Parent(s): 5b97e12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -13,14 +13,14 @@ Annotators were instructed to come up with original solution that did not exist
13
 
14
  ### Dataset Fields
15
  This dataset contains the following fields:
16
- - language: denotes the programming language, for this version `python` in all cases
17
- - title: unique identifier
18
- - instruction: a prompt defining unambiuosly the task to solve
19
- - completion: a proposed gold solution
20
- - signature: the exact function signature of the proposed gold solution. As this is used in the unit tests, depending how you wish to prompt the model it might be necessary to include this
21
- - test_setup: statements that should preced each one of the test cases
22
- - test_list: a list of tests, between 3 and 11 (73% have less than 6)
23
- - categories: a list of labels categorizing the problem
24
 
25
 
26
  ### Citation
 
13
 
14
  ### Dataset Fields
15
  This dataset contains the following fields:
16
+ - `language`: denotes the programming language, for this version `python` in all cases
17
+ - `title`: unique identifier
18
+ - `instruction`: a prompt defining unambiguously the task to solve
19
+ - `completion`: a proposed gold solution
20
+ - `signature`: the exact function signature of the proposed gold solution. As this is used in the unit tests, depending how you wish to prompt the model it might be necessary to include this
21
+ - `test_setup`: statements that should precede each one of the test cases
22
+ - `test_list`: a list of tests, between 3 and 11 (73% have less than 6)
23
+ - `categories`: a list of labels categorizing the problem
24
 
25
 
26
  ### Citation