Skip to content

Commit 4b2c8e7

Browse files
viraatcclaude
andcommitted
chore: differentiate AccuracyConfig.eval_method description (pass_at_1)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0483e28 commit 4b2c8e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/inference_endpoint/config/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class AccuracyConfig(BaseModel):
279279

280280
model_config = ConfigDict(extra="forbid", frozen=True)
281281

282-
eval_method: str | None = Field(None, description="Accuracy evaluation method")
282+
eval_method: str | None = Field(None, description="Scorer method (pass_at_1)")
283283
ground_truth: str | None = Field(None, description="Ground truth column name")
284284
extractor: str | None = Field(
285285
None, description="Answer extractor (boxed_math_extractor, abcd_extractor)"

0 commit comments

Comments
 (0)