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

Smoothie Qwen

Smoothie Qwen is a lightweight adjustment tool that smooths token probabilities in Qwen and similar models, enhancing balanced multilingual generation capabilities. For more details, please refer to https://github.com/dnotitia/smoothie-qwen.

  • Base model: Qwen/Qwen2.5-1.5B-Instruct
Downloads last month
10
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for dnotitia/Smoothie-Qwen2.5-1.5B-Instruct

Finetuned
(1821)
this model
Quantizations
1 model

Collection including dnotitia/Smoothie-Qwen2.5-1.5B-Instruct