CoolFace
Datasetpublic

tpls/gemma4-coder-tool-eval

Gemma-4 Coder — tool-calling gate suite The 8-case eval behind the tool-call pass rate in our model cards' model-index: positive prompts where the model must emit a structured tool call, plus a no-tool abstain case (it must answer directly, not hallucinate a call). Use it to measure any local tool-calling model the same way we do — or to reproduce our numbers. from datasets import load_dataset cases = load_dataset("tpls/gemma4-coder-tool-eval", split="train") # each: {name… See the full description on the dataset page: https://huggingface.co/datasets/tpls/gemma4-coder-tool-eval.

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes20downloads
5 commits on main
a9a57983mo ago

dataset card (gate suite)

tpls
569c07f3mo ago

add tool_calib.txt

tpls
2738fcb3mo ago

add tool_eval_cases.jsonl

tpls
95484113mo ago

dataset card (gate suite)

tpls
871318b3mo ago

initial commit

tpls