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

qwen32b_ensemble_output

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

Merge Details

Merge Method

This model was merged using the DARE TIES merge method using Qwen/Qwen3-32B as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: Qwen/Qwen3-32B
  - model: LLMcompe-Team-Watanabe/Qwen3-32B-merge-base2-math3-science3-submath05-med05-other1
    parameters:
      density: 0.53
      weight: 0.20
  - model: LLMcompe-Team-Watanabe/Qwen3-32B-merge-base3-math3-physics3-others1
    parameters:
      density: 0.53
      weight: 0.20
  - model: LLMcompe-Team-Watanabe/Qwen3-32B-merge-base4-math3-physics3
    parameters:
      density: 0.53
      weight: 0.15
  - model: LLMcompe-Team-Watanabe/Qwen3-32B-merge-math4-science4-submath05-med05-other1
    parameters:
      density: 0.53
      weight: 0.15
  - model: LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft
    parameters:
      density: 0.50
      weight: 0.15
  - model: Qwen/Qwen3-32B
    parameters:
      density: 0.53
      weight: 0.15
merge_method: dare_ties
base_model: Qwen/Qwen3-32B
parameters:
  int8_mask: true
  normalize: false
dtype: bfloat16
Downloads last month
3
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LLMcompe-Team-Watanabe/Qwen3-32B-merge-ensemble

Paper for LLMcompe-Team-Watanabe/Qwen3-32B-merge-ensemble