Skip to content

Commit 4f1af0d

Browse files
authored
Typo
1 parent 013bacf commit 4f1af0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puzzles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We ran OpenAI's recently released [codex](https://arxiv.org/abs/2107.03374) API (davinci-codex model) on the problems
44
for 1,024 attempts per problem. Within each module below, we sort the problem by difficulty from hardest (unsolved)
55
to easiest for codex. We used a 5-shot prompt based on the Tutorial (see our [paper](https://arxiv.org/abs/2106.05784)).
6-
We report the success rate (fraction of the 10,000 generated solutions that satisfy the puzzle) and the shortest
6+
We report the success rate (fraction of the 1,024 generated solutions that satisfy the puzzle) and the shortest
77
and longest valid solutions below.
88
This document summarizes the dataset stored in the `puzzles.json` file in this directory.
99
These files are generated from the `generators/*.py` files.

0 commit comments

Comments
 (0)