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

Your Model Name

Reason_Qwen

Model Description

Model is finetuned version of unsloth/Qwen2.5-7B-Instruct-bnb-4bit. It is finetuned to reason better.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for paradox44/Reason_Qwen

Base model

Qwen/Qwen2.5-7B
Finetuned
(240)
this model

Datasets used to train paradox44/Reason_Qwen