Datasets:

Languages:
English
ArXiv:
Tags:
code
License:
gabeorlanski commited on
Commit
e4729af
1 Parent(s): d176bc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ DatasetDict({
87
  - `entry_cls_name`: The class name to use an entry point.
88
  - `solution`: The solution in Python.
89
  - `test_code`: The raw testing script used in the language. If you want to use this, replace `PLACEHOLDER_FN_NAME` (and `PLACEHOLDER_CLS_NAME` if needed) with the corresponding entry points. Next, replace `PLACEHOLDER_CODE_BODY` with the postprocessed prediction.
90
- - `test_code`: The Testing Script created by the BabelCode framework
91
  - `test_case_ids`: The list of test case ids for the problem. These are used to determine if a prediction passes or not.
92
  -
93
  ## Dataset Creation
 
87
  - `entry_cls_name`: The class name to use an entry point.
88
  - `solution`: The solution in Python.
89
  - `test_code`: The raw testing script used in the language. If you want to use this, replace `PLACEHOLDER_FN_NAME` (and `PLACEHOLDER_CLS_NAME` if needed) with the corresponding entry points. Next, replace `PLACEHOLDER_CODE_BODY` with the postprocessed prediction.
90
+ - `test_list`: The raw json line of the list of tests for the problem. To load them, use `json.loads`
91
  - `test_case_ids`: The list of test case ids for the problem. These are used to determine if a prediction passes or not.
92
  -
93
  ## Dataset Creation