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

👉 Fathom-R1-14B-V0.4-RS


🧮 Fathom-R1-14B: $499 Training Recipe for Unlocking Math Reasoning at o4-mini level using R1-distilled-14B model under 16K context

collections dataset space GitHub - Fathom-R1-14B

Downloads last month
3
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 FractalAIResearch/Fathom-R1-14B-V0.4-RS

Quantizations
2 models

Collection including FractalAIResearch/Fathom-R1-14B-V0.4-RS