gabeorlanski
commited on
Commit
•
4d4eb24
1
Parent(s):
51c8a8b
Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,7 @@ DatasetDict({
|
|
84 |
- `entry_fn_name`: The function's name to use an entry point.
|
85 |
- `entry_cls_name`: The class name to use an entry point.
|
86 |
- `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.
|
|
|
87 |
|
88 |
## Dataset Creation
|
89 |
See section 2 of the [BabelCode Paper](https://arxiv.org/abs/2302.01973) to learn more about how the datasets are translated.
|
|
|
84 |
- `entry_fn_name`: The function's name to use an entry point.
|
85 |
- `entry_cls_name`: The class name to use an entry point.
|
86 |
- `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.
|
87 |
+
- `solution`: The solution in Python.
|
88 |
|
89 |
## Dataset Creation
|
90 |
See section 2 of the [BabelCode Paper](https://arxiv.org/abs/2302.01973) to learn more about how the datasets are translated.
|