EvalSummary
Attributes
attributepass_at_1floatattributepass_at_3floatattributepass_pow_3floatattributen_rowsintattributen_queriesintattributeper_toolkitdict[str, dict[str, float]]= field(default_factory=dict)attributeretry_reportdict[str, Any]= field(default_factory=dict)attributenoteslist[str]= field(default_factory=list)Functions
funcas_dict(self) -> dict[str, Any]paramselfReturns
dict[str, typing.Any]func__init__(self, pass_at_1, pass_at_3, pass_pow_3, n_rows, n_queries, per_toolkit=dict(), retry_report=dict(), notes=list()) -> Noneparamselfparampass_at_1floatparampass_at_3floatparampass_pow_3floatparamn_rowsintparamn_queriesintparamper_toolkitdict[str, dict[str, float]]= dict()paramretry_reportdict[str, Any]= dict()paramnoteslist[str]= list()Returns
None