↓ 1 callersFunctionrespond(message, history, sys_prompt, max_tokens, temperature, top_p, rep_penalty)
scripts/gemma4_chat_ui.py:91
↓ 1 callersFunctionrun_bench(
model_obj,
tok,
tasks: list[dict[str, Any]],
*,
device: str,
max_new_tokens: int,
scripts/gemma4_public_refusal_bench.py:167
↓ 1 callersFunctionscore_response(
task: Task,
response: str,
*,
raw_response: str | None = None,
quality_mode: str,
mi
scripts/gemma4_hard_tier_bench.py:418
↓ 1 callersFunctionscore_row(
model: Any,
tok: Any,
prompt: str,
letter_ids: dict[str, list[int]],
n_options: int,
scripts/gemma4_mmlu_pro_likelihood.py:57