Instructions to use toolevalxm/MedAssist-Pro-Release with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use toolevalxm/MedAssist-Pro-Release with Transformers:
# Load model directly from transformers import GPT2ForMedicalQA model = GPT2ForMedicalQA.from_pretrained("toolevalxm/MedAssist-Pro-Release", device_map="auto") - Notebooks
- Google Colab
- Kaggle
MedAssist-Pro
1. Introduction
MedAssist-Pro represents a breakthrough in healthcare AI technology. This specialized medical language model has been fine-tuned on extensive clinical datasets including electronic health records, medical literature, and clinical trial data. The model demonstrates exceptional performance across various medical benchmark evaluations, including clinical diagnosis, drug interactions, and patient triage.
Compared to previous medical AI systems, MedAssist-Pro shows significant improvements in diagnostic accuracy. In the MEDQA benchmark, the model achieved 89.2% accuracy compared to 76.4% in previous versions. This improvement stems from enhanced medical knowledge integration: the model now processes an average of 18K tokens per clinical case versus 8K tokens in earlier versions.
Beyond diagnostic capabilities, this version offers improved drug interaction detection and enhanced HIPAA-compliant response generation.
2. Evaluation Results
Comprehensive Medical Benchmark Results
| Benchmark | ClinicalBERT | BioGPT | MedPaLM | MedAssist-Pro | |
|---|---|---|---|---|---|
| Clinical Reasoning | Clinical Diagnosis | 0.621 | 0.658 | 0.712 | 0.600 |
| Drug Interaction | 0.589 | 0.612 | 0.689 | 0.662 | |
| Symptom Analysis | 0.698 | 0.721 | 0.756 | 0.817 | |
| Patient Care | Patient Triage | 0.545 | 0.578 | 0.623 | 0.574 |
| Medical QA | 0.612 | 0.645 | 0.701 | 0.746 | |
| Treatment Recommendation | 0.534 | 0.567 | 0.612 | 0.778 | |
| Patient Communication | 0.678 | 0.698 | 0.734 | 0.780 | |
| Clinical Documentation | Lab Interpretation | 0.723 | 0.756 | 0.798 | 0.760 |
| Radiology Report | 0.567 | 0.589 | 0.634 | 0.624 | |
| EHR Summarization | 0.645 | 0.678 | 0.712 | 0.775 | |
| Clinical Note Generation | 0.598 | 0.623 | 0.667 | 0.707 | |
| Safety & Compliance | Adverse Event Detection | 0.712 | 0.734 | 0.778 | 0.764 |
| Dosage Calculation | 0.823 | 0.845 | 0.878 | 0.817 | |
| HIPAA Compliance | 0.789 | 0.812 | 0.845 | 0.764 | |
| Medical Coding | 0.656 | 0.678 | 0.712 | 0.644 |
Overall Performance Summary
MedAssist-Pro demonstrates strong performance across all medical benchmark categories, with particularly notable results in clinical reasoning and safety compliance tasks.
3. Clinical API & Integration
We offer a HIPAA-compliant API for healthcare providers to integrate MedAssist-Pro into their clinical workflows. Please contact our enterprise team for details.
4. How to Deploy
Please refer to our deployment guide for information about running MedAssist-Pro in clinical environments.
Compared to previous versions, the deployment recommendations for MedAssist-Pro have the following changes:
- HIPAA-compliant audit logging is now required.
- Patient data anonymization modules must be enabled for training data.
The model architecture of MedAssist-Pro-Lite is optimized for edge deployment in clinical settings with limited computational resources.
System Prompt
We recommend using the following system prompt for clinical applications.
You are MedAssist-Pro, a medical AI assistant designed to support healthcare professionals.
Today is {current date}.
IMPORTANT: All responses are for clinical decision support only. Final medical decisions must be made by qualified healthcare providers.
Temperature
We recommend setting the temperature parameter $T_{model}$ to 0.3 for clinical applications to ensure consistent and reliable outputs.
Prompts for Clinical Document Analysis
For analyzing patient records, please follow the template:
clinical_template = \
"""[Patient ID]: {patient_id}
[Clinical Document Type]: {doc_type}
[Document Content Begin]
{clinical_content}
[Document Content End]
{clinical_question}"""
5. License
This model is licensed under the Apache 2.0 License. The use of MedAssist-Pro models is subject to additional healthcare compliance requirements. Commercial use requires enterprise licensing.
6. Contact
If you have any questions, please contact our medical AI team at medical-ai@medassist.health.
- Downloads last month
- 4