Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -89,7 +89,6 @@ DatasetDict({
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
94
  See section 2 of the [BabelCode Paper](https://arxiv.org/abs/2302.01973) to learn more about how the datasets are translated.
95
 
 
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
  ## Dataset Creation
93
  See section 2 of the [BabelCode Paper](https://arxiv.org/abs/2302.01973) to learn more about how the datasets are translated.
94