Views
No views yet
yuvalkansal/QwQ-Med-3,
a medical reasoning model in the QwQ-32B / Qwen2 family (Qwen2ForCausalLM, 32B parameters,
64 layers). The upstream weights are distributed as merged float32 (~131 GB); this repo is a
shard-by-shard float32 → bfloat16 cast (~65.5 GB), numerically identical to running the F32
weights at BF16 and directly loadable by vLLM / Transformers without any further conversion.jha-lab/bottom-up-superintelligence),
paper-faithful settings (chat template, Final Answer: X format, max_tokens=32768,
temperature=0), vLLM BF16 weights with FP8 KV cache on a single H100 NVL:| Metric | Value |
|---|---|
| Overall | 237 / 300 = 79.00% |
| 2-hop | 80.0% (105 q) |
| 3-hop | 79.5% (127 q) |
| 4-hop | 71.7% (46 q) |
| 5-hop | 86.4% (22 q) |
| Unparseable | 0 |
1vllm serve navindasg/QwQ-Med-3-bf16 \
2 --dtype bfloat16 \
3 --kv-cache-dtype fp8 \
4 --max-model-len 34816<think>\n; append the answer-format instruction to each
question (\nPlease only output the choice letter in the answer field e.g. Final Answer: A) and
parse Final Answer: X after the </think> tag.--kv-cache-dtype fp8 (or
tensor-parallel across 2 GPUs) to leave room for a full 32K-token generation.yuvalkansal/QwQ-Med-3;
verify terms there before redistribution or commercial use.navindasg/QwQ-Med-3-W4A16.