How to use from
Ollama
ollama run hf.co/terasut/typhoon-si-med-thinking-4b-research-preview-GGUF:BF16
Quick Links

Typhoon-Si-Med-Thinking-4B (GGUF)

This repository provides GGUF conversions of Typhoon-Si-Med-Thinking-4B (Research Preview) for efficient local inference with llama.cpp and compatible runtimes.

For full model details (training, benchmarks, prompt guidance, and intended use), please refer to the original model card: https://huggingface.co/typhoon-ai/typhoon-si-med-thinking-4b-research-preview


About the model

Typhoon-Si-Med-Thinking-4B is a 4B-parameter medical reasoning model built on the Qwen3 architecture and tuned to produce reasoned answers and (optionally) ranked lists of plausible candidatesโ€”closer to differential diagnosis style reasoning than โ€œsingle best answerโ€ outputs.


Provided GGUF files

File Quantization Notes
*-BF16-GGUF.gguf BF16 Highest fidelity; larger RAM/VRAM usage.
*-Q8_0-GGUF.gguf Q8_0 Smaller/faster; slight quality tradeoff vs BF16.

Check the Files and versions tab for exact filenames and sizes.


Conversion details (reproducibility)

This GGUF set was produced by converting the HF model to GGUF and then quantizing:

# 1) Convert HF -> GGUF (BF16)
python llama.cpp/convert_hf_to_gguf.py \
  typhoon-ai/typhoon-si-med-thinking-4b-research-preview \
  --outtype bf16 \
  --outfile typhoon-si-med-thinking-4b-research-preview-BF16-GGUF.gguf

# 2) Quantize (Q8_0)
python llama.cpp/convert_hf_to_gguf.py \
  typhoon-ai/typhoon-si-med-thinking-4b-research-preview \
  --outtype q8_0 \
  --outfile typhoon-si-med-thinking-4b-research-preview-Q8_0-GGUF.gguf

Links

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

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for terasut/typhoon-si-med-thinking-4b-research-preview-GGUF