How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Mediform/gemma4-e4b-v13-assistant-rollout-gguf",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

gemma4-e4b-v13-assistant-rollout — GGUF (BF16 + Q8_0)

llama.cpp GGUF of Scribion's MTP draft assistant, rollout-distilled against the finetuned v13 target (E4B plain-LoRA r16). EAGLE-style multi-step rollout distillation on in-domain German medical extraction data lifts deep-draft acceptance on long dialogues (froehlich +13.6% accept/step at draft length 7) — a pure decode-speed win (speculative decoding is exact, output unchanged).

Files

file precision size
assistant-rollout-bf16.gguf bf16 172 MB
assistant-rollout-q8_0.gguf Q8_0 99 MB

78.5M-param 4-layer EAGLE-style draft model. Pair it as the draft model for speculative decoding with the target:

Requires a llama.cpp build with Gemma-4 MTP-assistant / speculative support.

Downloads last month
207
GGUF
Model size
78M params
Architecture
gemma4-assistant
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Mediform/gemma4-e4b-v13-assistant-rollout-gguf

Quantized
(5)
this model