File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2626
2727class InspectAIAdapter (BaseEvaluationAdapter ):
2828 """
29- Adapter for transforming evaluation outputs from the Inspect AI library
30- into the unified schema format.
29+ Adapter for transforming evaluation outputs from the Inspect AI library into the unified schema format.
3130 """
32- SCENARIO_STATE_FILE = 'scenario_state.json'
33- RUN_SPEC_FILE = 'run_spec.json'
34- SCENARIO_FILE = 'scenario.json'
3531
3632 @property
3733 def supported_library (self ) -> SupportedLibrary :
Original file line number Diff line number Diff line change 1111def parse_args ():
1212 parser = ArgumentParser ()
1313
14- parser .add_argument ('--log_path' , type = str , default = 'tests/data/inspectai /data.json' )
14+ parser .add_argument ('--log_path' , type = str , default = 'tests/data/inspect /data.json' )
1515 parser .add_argument ('--huggingface_dataset' , type = str )
1616 parser .add_argument ('--output_dir' , type = str , default = 'eval_converters/inspect' )
1717
You can’t perform that action at this time.
0 commit comments