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

logo

A powerful 14B coding model designed for competitive programming.


This is a coding model based on Qwen3-14B for competitive programming.
On LiveCodeBench v6 (08/01/2024 - 05/01/2025), we achieve a Pass@1 accuracy of 67.87%, up 7.08% from the baseline Pass@1 accuracy of 60.79% of Qwen3-14B.
We trained on 24k verifiable coding problems over the course of four days.


benchmarks

Downloads last month
13
Safetensors
Model size
15B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for OrionLLM/GRM-Coder-14b

Finetuned
Qwen/Qwen3-14B
Finetuned
(261)
this model
Quantizations
2 models