Skip to content

Evaluation of custom datasets with sb-cli #19

@lorenzflow

Description

@lorenzflow

I was following the docs here to evaluate a custom dataset by swapping out the subset:

As long as it follows the SWE-bench format, you can use --subset /path/to/your/dataset to run on a custom dataset. The dataset needs to be loadable as datasets.load_dataset(path, split=split).

e.g. running something like:

sb-cli submit my-dataset-path test --predictions_path preds.json --run_id some-id-for-your-run

The above runs into an invalid subset error. Does custom evaluation only work locally?

Relevant docs: https://mini-swe-agent.com/latest/usage/swebench/#__tabbed_2_2

Thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions