-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I am occasionally encountering an error when evaluating with faithfulness. The error is at line 178, when computing the faithful statements:
176 output = output if isinstance(output, list) else []
177 faithful_statements = sum(
--> 178 verdict_score_map.get(dict.get("verdict", "").lower(), np.nan)
179 for dict in output
180 )
AttributeError: 'int' object has no attribute 'lower'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working