Datasets:
gabeorlanski
commited on
Commit
·
d9b4a3c
1
Parent(s):
f701291
Update README.md
Browse files
README.md
CHANGED
@@ -73,6 +73,7 @@ DatasetDict({
|
|
73 |
- `entry_fn_name`: The function's name to use an entry point.
|
74 |
- `entry_cls_name`: The class name to use an entry point.
|
75 |
- `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.
|
|
|
76 |
|
77 |
## Dataset Creation
|
78 |
See section 2 of the [BabelCode Paper](https://arxiv.org/abs/2302.01973) to learn more about how the datasets are translated.
|
|
|
73 |
- `entry_fn_name`: The function's name to use an entry point.
|
74 |
- `entry_cls_name`: The class name to use an entry point.
|
75 |
- `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.
|
76 |
+
- `source`: The source solution in Python.
|
77 |
|
78 |
## Dataset Creation
|
79 |
See section 2 of the [BabelCode Paper](https://arxiv.org/abs/2302.01973) to learn more about how the datasets are translated.
|