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

Comm-C Qwen3-8B Thinking SFT

This checkpoint is a short 20-step SFT run based on Qwen3-8B.

Training target format:

<think>
reasoning_content
</think>
final response

Training summary:

  • Base model: Qwen3-8B
  • Data: synthetic Comm-C distillation data from GLM-5.2
  • Train rows: 4243
  • Validation rows: 99
  • Max length: 32768
  • Global batch size: 64
  • Learning rate: 2e-5
  • Training steps: 20
  • Output format: Hugging Face safetensors shards

This checkpoint is intended as a quick sanity-check artifact for thinking-format SFT, not a final converged model.

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