QLoRA adapter for OpenBioLLM-8B, fine-tuned with RAFT (retrieval-augmented fine-tuning) to generate structured SOAP notes from doctor-patient consultation transcripts.
Submitted to O-COCOSDA 2026.
Evaluated against clinician-written reference notes.
1from peft import AutoPeftModelForCausalLM
2from transformers import AutoTokenizer
3
4model = AutoPeftModelForCausalLM.from_pretrained("jasjot06/compass-clinical-scribe")
5tokenizer = AutoTokenizer.from_pretrained("jasjot06/compass-clinical-scribe")
Research artifact. Not validated for clinical use, no regulatory clearance, and not intended for real patient documentation. No clinician rating study was conducted.