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

Qwen3-0.6B-Base-PARTAGES-v2-2160-slerp-25-10-20-16-34

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

Merge Details

Merge Method

This model was merged using the SLERP merge method.

Models Merged

The following models were included in the merge:

  • /home/mrim/manniona/partages/models/share/Qwen3-0.6B-Base-PARTAGES-v2-2160
  • /home/mrim/manniona/partages/models/hf-dl/Qwen/Qwen3-0.6B-Base

Configuration

The following YAML configuration was used to produce this model:

slices:
  - sources:
    - model: /home/mrim/manniona/partages/models/hf-dl/Qwen/Qwen3-0.6B-Base
      layer_range: [0, 28]
    - model: /home/mrim/manniona/partages/models/share/Qwen3-0.6B-Base-PARTAGES-v2-2160
      layer_range: [0, 28]
merge_method: slerp
base_model: /home/mrim/manniona/partages/models/hf-dl/Qwen/Qwen3-0.6B-Base
parameters:
  t:
    - value: 0.5
dtype: bfloat16
Downloads last month
21
Safetensors
Model size
0.8B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with PARTAGES-dev/Qwen3-0.6B-PDAPT-SLERP.

Collection including PARTAGES-dev/Qwen3-0.6B-PDAPT-SLERP