Instructions to use jasjot06/compass-clinical-scribe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jasjot06/compass-clinical-scribe with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("aaditya/Llama3-OpenBioLLM-8B") model = PeftModel.from_pretrained(base_model, "jasjot06/compass-clinical-scribe") - Notebooks
- Google Colab
- Kaggle
COMPASS โ Clinical AI Scribe (QLoRA adapter)
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.
Results
| Metric | Score |
|---|---|
| BERTScore | 81.6 |
| ROUGE-L | 27.5 |
| BLEU | 17.8 |
Evaluated against clinician-written reference notes.
Usage
from peft import AutoPeftModelForCausalLM
from transformers import AutoTokenizer
model = AutoPeftModelForCausalLM.from_pretrained("jasjot06/compass-clinical-scribe")
tokenizer = AutoTokenizer.from_pretrained("jasjot06/compass-clinical-scribe")
Limitations
Research artifact. Not validated for clinical use, no regulatory clearance, and not intended for real patient documentation. No clinician rating study was conducted.
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for jasjot06/compass-clinical-scribe
Base model
meta-llama/Meta-Llama-3-8B Finetuned
aaditya/Llama3-OpenBioLLM-8B