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/mhm_arithmetic__merge_experiments_math_think_11_task_arithmetic_lambda_1p40"
# 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/mhm_arithmetic__merge_experiments_math_think_11_task_arithmetic_lambda_1p40",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/modrill/mhm_arithmetic__merge_experiments_math_think_11_task_arithmetic_lambda_1p40
Quick Links

mhm_arithmetic__merge_experiments_math_think_11_task_arithmetic_lambda_1p40

Category upload from local merge matrix.

  • Source: /shared/home/yizhan/mhm/merge_experiments/math_think_11/task_arithmetic/lambda_1p40
  • UTC: 2026-05-21T15:14:13.852804+00:00
Downloads last month
77
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with modrill/mhm_arithmetic__merge_experiments_math_think_11_task_arithmetic_lambda_1p40.