Protocolos Clínicos BR
Collection
Adapting Qwen2.5-14B to Brazilian SUS clinical guidelines: 2 benchmarks, the synthetic corpus, and 8 model checkpoints from the paper's ablations. • 11 items • Updated
Qwen2.5-14B-Instruct continually pre-trained on synthetic data from 4 generators (GPT-4.1-mini, GPT-5-nano, GPT-OSS-20B, Qwen3-235B). The CPT-only configuration that already surpasses all frontier models on PCDT-QA.
| Benchmark | Accuracy |
|---|---|
| HealthBench-BR | 71.1% |
| PCDT-QA | 86.3% |
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("hugo/protocolos-clinicos-br-cpt-4gen-14b", torch_dtype="auto", device_map="auto")
tok = AutoTokenizer.from_pretrained("hugo/protocolos-clinicos-br-cpt-4gen-14b")
Research model for studying domain adaptation of LLMs to Brazilian clinical guidelines. Not a certified medical device. Even at the best accuracy reported in the paper, residual errors may involve consequential details (dosages, contraindications). Use only under qualified professional supervision.
See the paper and code at the project repository:
Code & paper: https://github.com/hugoabonizio/clinical-protocols-br