How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Rustamshry/Medical-QA-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf Rustamshry/Medical-QA-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Rustamshry/Medical-QA-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf Rustamshry/Medical-QA-GGUF:F16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Rustamshry/Medical-QA-GGUF:F16
# Run inference directly in the terminal:
./llama-cli -hf Rustamshry/Medical-QA-GGUF:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Rustamshry/Medical-QA-GGUF:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Rustamshry/Medical-QA-GGUF:F16
Use Docker
docker model run hf.co/Rustamshry/Medical-QA-GGUF:F16
Quick Links

Model Card for Medical-QA

Model Details

GGUF version of https://huggingface.co/khazarai/Medical-QA

This model is a fine-tuned version of Qwen3-0.6B on a 34K medical Q&A dataset derived from the Anki Medical Curriculum flashcards. It is designed to assist with medical education and exam preparation, offering concise and contextually relevant answers to short medical questions.

  • Base Model: Qwen3-0.6B
  • Fine-tuned on: 34,000 question-answer pairs
  • Domain: Medicine & Medical Education
  • Languages: English
  • License: MIT

Uses

Direct Use

  • Primary use case: Medical Q&A for students, exam preparation, and knowledge review.
  • Suitable for interactive learning assistants or educational chatbots.
  • Not intended for real-world clinical decision-making or replacing professional medical advice.

Bias, Risks, and Limitations

  • The model’s knowledge is constrained to the dataset scope (flashcard-style Q&A).
  • Responses are short and exam-style rather than detailed clinical explanations.
  • Should not be relied upon for actual patient care, treatment decisions, or emergency use.

Training Data

The dataset is based on Anki Medical Curriculum flashcards, created and updated by medical students. These flashcards cover the entire medical curriculum, including but not limited to:

  • Anatomy
  • Physiology
  • Pathology
  • Pharmacology
  • Clinical knowledge and skills

The flashcards typically provide succinct summaries and mnemonics to support learning and retention.

Downloads last month
28
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

16-bit

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

Model tree for Rustamshry/Medical-QA-GGUF

Finetuned
Qwen/Qwen3-0.6B
Quantized
(1)
this model

Collection including Rustamshry/Medical-QA-GGUF