Skip to content

Add support for config field in evaluator data loading logic #282

@mathemakitten

Description

@mathemakitten

Loading evaluation datasets from the glue benchmark require passing a name to the name field (e.g. load_dataset('glue', 'sst2')). Right now the base evaluator data loading code optionally takes split, but it does not take a name field.

The current workaround is to preload your data as a Dataset object so it never hits the data loading function baked into the evaluator, but we'd like to standardize this so harnesses can be defined and run just by writing some JSON.

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