Datasets:
gabeorlanski
commited on
Commit
·
34d4093
1
Parent(s):
4ab1e84
Update README.md
Browse files
README.md
CHANGED
@@ -24,8 +24,7 @@ source_datasets:
|
|
24 |
|
25 |
### How To Use This Dataset
|
26 |
|
27 |
-
To quickly evaluate TP3 predictions, save the `qid` and `language` keys along with the postprocessed prediction code in a JSON lines file. Then
|
28 |
-
|
29 |
### Dataset Summary
|
30 |
|
31 |
The Translating Python Programming Puzzles (TP3) dataset is created from the verification functions in the [Python Programming Puzzles dataset (Schuster et al., 2021)](https://github.com/microsoft/PythonProgrammingPuzzles) to create this dataset. These functions are hand-crafted by the
|
|
|
24 |
|
25 |
### How To Use This Dataset
|
26 |
|
27 |
+
To quickly evaluate TP3 predictions, save the `qid` and `language` keys along with the postprocessed prediction code in a JSON lines file. Then use the [`bc_eval` Metric](https://huggingface.co/spaces/gabeorlanski/bc_eval) to evaluate the predictions.
|
|
|
28 |
### Dataset Summary
|
29 |
|
30 |
The Translating Python Programming Puzzles (TP3) dataset is created from the verification functions in the [Python Programming Puzzles dataset (Schuster et al., 2021)](https://github.com/microsoft/PythonProgrammingPuzzles) to create this dataset. These functions are hand-crafted by the
|