Upload folder using huggingface_hub
Browse files- README.md +68 -0
- config.json +4 -0
- figures/architecture.png +0 -0
- figures/badge.png +0 -0
- figures/logo.png +0 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
---
|
| 5 |
+
# MedAssist-Pro
|
| 6 |
+
<!-- markdownlint-disable first-line-h1 -->
|
| 7 |
+
<!-- markdownlint-disable html -->
|
| 8 |
+
<!-- markdownlint-disable no-duplicate-header -->
|
| 9 |
+
|
| 10 |
+
<div align="center">
|
| 11 |
+
<img src="figures/logo.png" width="60%" alt="MedAssist-Pro" />
|
| 12 |
+
</div>
|
| 13 |
+
<hr>
|
| 14 |
+
|
| 15 |
+
<div align="center" style="line-height: 1;">
|
| 16 |
+
<a href="LICENSE" style="margin: 2px;">
|
| 17 |
+
<img alt="License" src="figures/badge.png" style="display: inline-block; vertical-align: middle;"/>
|
| 18 |
+
</a>
|
| 19 |
+
</div>
|
| 20 |
+
|
| 21 |
+
## 1. Introduction
|
| 22 |
+
|
| 23 |
+
MedAssist-Pro is a specialized medical AI model designed to assist healthcare professionals with diagnostic reasoning and clinical decision support. The model has been fine-tuned on extensive medical literature, clinical case studies, and peer-reviewed research to provide accurate medical insights.
|
| 24 |
+
|
| 25 |
+
<p align="center">
|
| 26 |
+
<img width="80%" src="figures/architecture.png">
|
| 27 |
+
</p>
|
| 28 |
+
|
| 29 |
+
The model excels at understanding complex medical terminology, analyzing patient symptoms, and providing evidence-based recommendations. It has been rigorously evaluated across multiple medical AI benchmarks.
|
| 30 |
+
|
| 31 |
+
## 2. Evaluation Results
|
| 32 |
+
|
| 33 |
+
### Comprehensive Medical AI Benchmark Results
|
| 34 |
+
|
| 35 |
+
<div align="center">
|
| 36 |
+
|
| 37 |
+
| | Benchmark | BaselineMed | ClinicalGPT | MedBERT | MedAssist-Pro |
|
| 38 |
+
|---|---|---|---|---|---|
|
| 39 |
+
| **Diagnostic Tasks** | Diagnosis Accuracy | 0.720 | 0.745 | 0.731 | 0.744 |
|
| 40 |
+
| | Differential Diagnosis | 0.655 | 0.678 | 0.662 | 0.700 |
|
| 41 |
+
| | Symptom Analysis | 0.810 | 0.825 | 0.815 | 0.775 |
|
| 42 |
+
| **Drug Knowledge** | Drug Interaction Detection | 0.780 | 0.795 | 0.788 | 0.772 |
|
| 43 |
+
| | Dosage Recommendation | 0.690 | 0.710 | 0.698 | 0.800 |
|
| 44 |
+
| | Side Effect Prediction | 0.725 | 0.742 | 0.733 | 0.750 |
|
| 45 |
+
| **Clinical Reasoning** | Treatment Planning | 0.640 | 0.665 | 0.652 | 0.593 |
|
| 46 |
+
| | Prognosis Estimation | 0.580 | 0.598 | 0.590 | 0.572 |
|
| 47 |
+
| | Lab Result Interpretation | 0.755 | 0.770 | 0.762 | 0.800 |
|
| 48 |
+
| **Patient Communication** | Medical Explanation | 0.820 | 0.835 | 0.828 | 0.850 |
|
| 49 |
+
| | Patient Counseling | 0.710 | 0.728 | 0.718 | 0.675 |
|
| 50 |
+
| | Consent Communication | 0.680 | 0.695 | 0.688 | 0.700 |
|
| 51 |
+
| **Safety & Compliance** | HIPAA Compliance | 0.895 | 0.910 | 0.902 | 0.870 |
|
| 52 |
+
| | Clinical Guidelines Adherence | 0.765 | 0.780 | 0.772 | 0.769 |
|
| 53 |
+
| | Risk Assessment | 0.700 | 0.718 | 0.710 | 0.733 |
|
| 54 |
+
|
| 55 |
+
</div>
|
| 56 |
+
|
| 57 |
+
### Overall Performance Summary
|
| 58 |
+
MedAssist-Pro demonstrates strong performance across all evaluated medical AI benchmark categories.
|
| 59 |
+
|
| 60 |
+
## 3. Usage Guidelines
|
| 61 |
+
|
| 62 |
+
Please refer to our documentation for detailed usage guidelines. This model is intended to assist healthcare professionals and should not replace clinical judgment.
|
| 63 |
+
|
| 64 |
+
## 4. License
|
| 65 |
+
This model is licensed under the [Apache 2.0 License](LICENSE).
|
| 66 |
+
|
| 67 |
+
## 5. Contact
|
| 68 |
+
For questions, please contact medical-ai@example.com.
|
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "roberta",
|
| 3 |
+
"architectures": ["RobertaForSequenceClassification"]
|
| 4 |
+
}
|
figures/architecture.png
ADDED
|
figures/badge.png
ADDED
|
figures/logo.png
ADDED
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:649254345df191ffca4a9e23053ac296034c172162226e68c9465278b9765936
|
| 3 |
+
size 31
|