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

Qwen 3 ultimate reasoning 4b

This is a merge of 4 Qwen pre-trained language models created using mergekit.

Merge Details

This model aims for general reasoning by mergeing a few Qwen 3 4b model that is trained multiple reasoning datasets

Merge Method

This model was merged using the Linear merge method using ertghiu256/qwen3-multi-reasoner as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

base_model: ertghiu256/qwen3-multi-reasoner
dtype: float16
merge_method: linear
modules:
  default:
    slices:
    - sources:
      - layer_range: [0, 36]
        model: ertghiu256/qwen3-multi-reasoner
        parameters:
          weight: 0.7
      - layer_range: [0, 36]
        model: ertghiu256/qwen-3-4b-mixture-of-thought
        parameters:
          weight: 0.9
      - layer_range: [0, 36]
        model: ertghiu256/qwen3-4b-code-reasoning
        parameters:
          weight: 0.8
      - layer_range: [0, 36]
        model: ertghiu256/qwen3-math-reasoner
        parameters:
          weight: 0.6
parameters:
  int8_mask: 1.0
  normalize: 1.0
Downloads last month
9
Safetensors
Model size
4B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ertghiu256/Qwen-3-4b-ultimate-reasoning

Collection including ertghiu256/Qwen-3-4b-ultimate-reasoning

Paper for ertghiu256/Qwen-3-4b-ultimate-reasoning