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

DeepSeek-Coder-1.3B Coder6.7B Offline SFT + GRPO

Unfiltered offline SFT from DeepSeek-Coder-6.7B teacher generations followed by two-epoch GRPO.

Checkpoint revisions: checkpoint-10, checkpoint-20, checkpoint-30, checkpoint-40, checkpoint-50, checkpoint-60, checkpoint-70, checkpoint-80, checkpoint-90, checkpoint-98.

This model is part of the RL4TG experimental model collection.

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

Model tree for tomhu/RL4TG-DeepSeek-Coder-1.3B-Coder6.7B-Offline-SFT-GRPO

Finetuned
(85)
this model

Collection including tomhu/RL4TG-DeepSeek-Coder-1.3B-Coder6.7B-Offline-SFT-GRPO