We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb01dc5 commit 58d8150Copy full SHA for 58d8150
tests/pytest/test_hallucination.py
@@ -34,7 +34,7 @@ def hallucination_dataset_adapter(data: List[Dict[str, Any]]) -> List[Evaluation
34
model=["accounts/fireworks/models/kimi-k2-instruct"],
35
rollout_input_params=[{"temperature": 0.0, "max_tokens": 512}],
36
rollout_processor=default_single_turn_rollout_processor,
37
- threshold_of_success=1.0,
+ threshold_of_success=0.33,
38
num_runs=1,
39
mode="pointwise",
40
)
0 commit comments