How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf dumbequation/Qwen2.5-3B-reasoning-medical-symptoms-GRPO-quant:
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "dumbequation/Qwen2.5-3B-reasoning-medical-symptoms-GRPO-quant:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Qwen2.5 3B trained to think and reason like Deepseek R1, specifically on Diagnostic Medicine.

Use this to aid your differential diagnosis or ask questions or even just test it's reasoning.

Use the system prompt below for better results

Respond in the following format:
<reasoning>
...
</reasoning>
<answer>
...
</answer>

Uploaded model

  • Developed by: dumbequation
  • License: apache-2.0
  • Finetuned from model : unsloth/qwen2.5-3b-instruct-unsloth-bnb-4bit
Downloads last month
40
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collections including dumbequation/Qwen2.5-3B-reasoning-medical-symptoms-GRPO-quant