Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Nov 11, 2023
1 parent 4c28546 commit 1fdf60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/spolu/research/evals/lib/datasets/game24.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ type Example24 = {
problem: string;
rank: number;
solutions: string[];
// Above is parsed from 24.jsonl, below is filled by picking a solution and building the
// associated reasoning.
// Above is parsed from 24.jsonl.
// Below is filled by picking a solution and building the associated reasoning.
solution?: string;
reasoning?: string[];
};
Expand Down

0 comments on commit 1fdf60d

Please sign in to comment.