gabeorlanski commited on
Commit
3480355
1 Parent(s): 34d4093

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -24,7 +24,8 @@ 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 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
 
24
 
25
  ### How To Use This Dataset
26
 
27
+ To use this dataset, you can either use the original [BabelCode Repo](https://github.com/google-research/babelcode), or you can use the [`bc_eval` Metric](https://huggingface.co/spaces/gabeorlanski/bc_eval).
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