Solving Entire Datasets with Qodo Flow
To solve the entire dataset, run:
Parameters:
split_name
: Could be eithervalid
ortest
.database_solution_path
: Path to the directory where solutions will be savedThe
dataset
section in the configuration file contains the configuration for the running and evaluation of a dataset.
dataset.num_iterations
defines the number of iterations for each problem (pass@K). For a large number of iterations, it is recommended to introduce some randomness and different options for each iteration to achieve top results.
Important Note: Solving the entire dataset is a long process, and it may take a few days to complete with large models (e.g. GPT-4) and several iterations per problem.
Last updated