Skip to content

Commit 58d8150

Browse files
committed
set threshold lower
1 parent eb01dc5 commit 58d8150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest/test_hallucination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def hallucination_dataset_adapter(data: List[Dict[str, Any]]) -> List[Evaluation
3434
model=["accounts/fireworks/models/kimi-k2-instruct"],
3535
rollout_input_params=[{"temperature": 0.0, "max_tokens": 512}],
3636
rollout_processor=default_single_turn_rollout_processor,
37-
threshold_of_success=1.0,
37+
threshold_of_success=0.33,
3838
num_runs=1,
3939
mode="pointwise",
4040
)

0 commit comments

Comments
 (0)