Skip to content

Commit 7f3fa2c

Browse files
author
Colin Flaherty
committed
improve
1 parent 091b6e6 commit 7f3fa2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ python majority_vote_ensembler.py example_ensembler_data.jsonl --output_path exa
166166

167167
#### Input Format
168168

169-
The input JSONL file should contain a list of problem objects, each with the following structure:
169+
The input JSONL file should contain a list of problem objects, each with the following structure. The `diffs` are the candidate solutions generated by the agent. The `eval_outcomes` are the results of running the eval harness on each candidate solution, where the index corresponds to the index in the `diffs` array.
170170

171171
```json
172172
{

0 commit comments

Comments
 (0)