fix: drop dangling mean_pmass_format key in evaluate() return (NameError); gitignore .pi/

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-06-18 22:03:28 +08:00
co-authored by Claudypoo
parent fde697130d
commit b726db958b
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.pi/
/docs/
spec/
.claude/
+1
View File
@@ -22,6 +22,7 @@ perspective bias (model judging others vs itself). The probe itself is
a single JSON-pseudo-schema with the 7 foundations as enum options —
not a binary wrong/accept frame.
"""
from __future__ import annotations
import json
from pathlib import Path
-1
View File
@@ -413,7 +413,6 @@ def evaluate(
"T": T, # fitted temperature (>1 = model is overconfident)
"top1_acc": top1_acc,
"informedness": informedness, # macro Youden's J, model vs human argmax, in [-1, 1]
"mean_pmass_format": mean_pmass_format,
"mean_pmass_allowed": mean_pmass_allowed,
"mean_nll_json": mean_nll_json,
"info": info,