in src/alpaca_eval/main.py [0:0]
def evaluate_from_model(
model_configs: Union[AnyPath, dict],
reference_model_configs: Optional[Union[AnyPath, dict]] = None,
evaluation_dataset: AnyLoadableDF = constants.ALPACAEVAL_REFERENCE_OUTPUTS,
annotators_config: AnyPath = constants.DEFAULT_ANNOTATOR_CONFIG,
output_path: AnyPath = "auto",
max_instances: int = None,
is_strip_output: bool = True,
is_load_outputs: bool = True,
chunksize: int = 64,
**kwargs,