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

kodcode_3_qwen3_4b_sft

Auto-uploaded from local output (MergeBench and LlamaFactory excluded).

  • Source path: trl/qwen3-4b-sft-kodcode-3
  • Type: full
  • Uploaded at: 2026-05-20T06:49:11.293145
  • Visibility: public
Downloads last month
217
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with modrill/kodcode_3_qwen3_4b_sft.