Text Generation
Transformers
Safetensors
English
qwen3
text-generation-inference
unsloth
medical
conversational
How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "justinj92/MediQwen-Reasoning-4B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "justinj92/MediQwen-Reasoning-4B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/justinj92/MediQwen-Reasoning-4B
Quick Links
  • Developed by: justinj92
  • License: apache-2.0
  • Finetuned from model : unsloth/Qwen3-4B-Instruct-2507
  • GPU : AMD MI300x
  • EPOCH : 2
  • Training Time : 3 Days

WandB

Dataset Mix

  • Reasoning - II-Medical-Reasoning at 70%
  • Non-Reasoning - Mediflow at 30%
Benchmark MediQwen-Reasoning-4B Qwen3-4B-Instruct-2507 Δ
MedQA 55.85% (711/1273) 12.73% (162/1273) +43.12%
MedMCQA 54.29% (2271/4183) 53.50% (2238/4183) +0.79%
PubMedQA 71.90% (719/1000) 60.00% (600/1000) +11.90%

This qwen3 model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
5
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 2 Ask for provider support

Model tree for justinj92/MediQwen-Reasoning-4B

Finetuned
(418)
this model
Quantizations
1 model

Datasets used to train justinj92/MediQwen-Reasoning-4B

Collection including justinj92/MediQwen-Reasoning-4B