How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "bookxd/gemma-4-E2B-it-jmh-mutation-merged"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "bookxd/gemma-4-E2B-it-jmh-mutation-merged",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/bookxd/gemma-4-E2B-it-jmh-mutation-merged
Quick Links

gemma-4-E2B-it JMH mutation (merged)

KV-share-safe merged weights after GRPO with all five verifiable reward signals active.

  • Base: google/gemma-4-E2B-it
  • Rewards: compile + runtime + SpotJMHBugs anti-pattern + RSD + mutation (0.2 each)
  • Mutation corpus: 300 planted mutants across 99/113 RL subject classes
  • Training: 80 steps, colocated vLLM, from base model
vllm serve bookxd/gemma-4-E2B-it-jmh-mutation-merged --dtype bfloat16 --max-model-len 16384
Downloads last month
16
Safetensors
Model size
5B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for bookxd/gemma-4-E2B-it-jmh-mutation-merged

Finetuned
(346)
this model