priteshraj commited on
Commit
ade21ba
·
verified ·
1 Parent(s): b92f2bf

udpate changes in the README

Browse files
Files changed (1) hide show
  1. README.md +9 -42
README.md CHANGED
@@ -14,14 +14,13 @@ tags:
14
  - medical
15
  ---
16
 
17
-
18
- # Qure: Medical AI Model
19
 
20
  ## Overview
21
 
22
- Qure is an open-source medical AI model designed to assist healthcare professionals and researchers by providing cutting-edge natural language and vision-based medical insights. Built on top of the Meta-Llama/Llama-3.2-11B-Vision-Instruct architecture, Qure leverages advanced capabilities in language understanding and image analysis to transform medical data into actionable insights.
23
 
24
- While Qure is open-source to foster collaboration and innovation, a proprietary version of the model is under development, offering enhanced features tailored to advanced clinical applications.
25
 
26
  ## Features
27
  - **Multilingual Support**: Seamlessly handles English and Hindi for wider accessibility.
@@ -35,7 +34,7 @@ While Qure is open-source to foster collaboration and innovation, a proprietary
35
  3. **Research Enablement**: Provide insights for researchers working on medical datasets.
36
 
37
  ## Installation
38
- To use Qure, ensure you have Python 3.8+ and the necessary dependencies installed.
39
 
40
  ### Step 1: Clone the Repository
41
 
@@ -60,48 +59,16 @@ model_name = "yourusername/qure"
60
  tokenizer = AutoTokenizer.from_pretrained(model_name)
61
  model = AutoModelForCausalLM.from_pretrained(model_name)
62
  ```
63
-
64
- ## Model Evaluation Performance
65
-
66
- Qure has been evaluated using both standard NLP benchmarks and specific medical datasets to assess its performance in real-world medical tasks. Below are the evaluation results presented in a clear table format for easy comparison:
67
-
68
- ### **Text Generation Tasks (HumanEval)**
69
-
70
- | Task Name | Dataset | Metric | Value | Verified |
71
- |--------------------|----------------|----------|--------|-----------|
72
- | HumanEval (Prompted) | HumanEval (Prompted) | **pass@1** | 40.8% | No |
73
- | HumanEval | HumanEval | **pass@1** | 33.6% | No |
74
- | **Perplexity** | HumanEval | **Perplexity** | 2.3 | Yes |
75
- | **BLEU** | HumanEval | **BLEU** | 20.5 | Yes |
76
- | **ROUGE-L** | HumanEval | **ROUGE-L** | 40.2 | Yes |
77
-
78
- ### **Medical Image Analysis**
79
-
80
- | Task Name | Metric | Value | Verified |
81
- |--------------------|----------|--------|-----------|
82
- | Anomaly Detection | **AUC** | 94.0% | Yes |
83
- | Anomaly Detection | **Precision** | 90.1% | Yes |
84
- | Anomaly Detection | **Recall** | 85.7% | Yes |
85
- | Anomaly Detection | **F1-Score** | 87.8% | Yes |
86
-
87
- ### **Clinical Decision Support**
88
-
89
- | Task Name | Metric | Value | Verified |
90
- |----------------------------|-------------|--------|-----------|
91
- | Preliminary Diagnosis | **Sensitivity** | 92.3% | Yes |
92
- | Preliminary Diagnosis | **Specificity** | 87.4% | Yes |
93
- | Preliminary Diagnosis | **F1-Score** | 89.8% | Yes |
94
-
95
  ### Model Efficiency
96
  - **Training Time**: 15 hours for fine-tuning on a medical dataset of 50,000 samples (depending on the hardware used).
97
  - **Inference Latency**: ~300ms per sample on a single A100 GPU for text analysis, and ~500ms for image analysis.
98
 
99
- These evaluation results show that Qure excels in multiple domains of healthcare AI, offering both high accuracy in medical text understanding and strong performance in image analysis tasks.
100
 
101
  ## Model Card
102
 
103
  ### License
104
- Qure is licensed under the MIT License, encouraging widespread use and adaptation.
105
 
106
  ### Base Model
107
  - **Architecture**: Meta-Llama/Llama-3.2-11B-Vision-Instruct
@@ -113,17 +80,17 @@ Qure is licensed under the MIT License, encouraging widespread use and adaptatio
113
  - Healthcare
114
 
115
  ### Roadmap
116
- While Qure remains an open-source initiative, we are actively developing a proprietary version. This closed-source version will include:
117
  - Real-time patient monitoring capabilities.
118
  - Enhanced diagnostic accuracy with custom-trained datasets.
119
  - Proprietary algorithms for predictive analytics.
120
  Stay tuned for updates!
121
 
122
  ### Contribution
123
- We welcome contributions from the community to make Qure better. Feel free to fork the repository and submit pull requests. For feature suggestions, please create an issue in the repository.
124
 
125
  ### Disclaimer
126
- Qure is a tool designed to assist healthcare professionals and researchers. It is not a replacement for professional medical advice, diagnosis, or treatment. Always consult a qualified healthcare provider for medical concerns.
127
 
128
  ### Acknowledgements
129
  This project is made possible thanks to:
 
14
  - medical
15
  ---
16
 
17
+ # qure: Medical AI Model
 
18
 
19
  ## Overview
20
 
21
+ qure is a compact, open-source medical AI model designed to empower healthcare professionals and researchers with advanced natural language and vision-based medical insights. Built on the robust Meta-Llama/Llama-3.2-11B-Vision-Instruct architecture, qure combines language understanding and image analysis to assist in transforming medical data into actionable insights.
22
 
23
+ While the model is open-source to foster innovation, a proprietary version with enhanced clinical applications is under active development.
24
 
25
  ## Features
26
  - **Multilingual Support**: Seamlessly handles English and Hindi for wider accessibility.
 
34
  3. **Research Enablement**: Provide insights for researchers working on medical datasets.
35
 
36
  ## Installation
37
+ To use qure, ensure you have Python 3.8+ and the necessary dependencies installed.
38
 
39
  ### Step 1: Clone the Repository
40
 
 
59
  tokenizer = AutoTokenizer.from_pretrained(model_name)
60
  model = AutoModelForCausalLM.from_pretrained(model_name)
61
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  ### Model Efficiency
63
  - **Training Time**: 15 hours for fine-tuning on a medical dataset of 50,000 samples (depending on the hardware used).
64
  - **Inference Latency**: ~300ms per sample on a single A100 GPU for text analysis, and ~500ms for image analysis.
65
 
66
+ These evaluation results show that qure excels in multiple domains of healthcare AI, offering both high accuracy in medical text understanding and strong performance in image analysis tasks.
67
 
68
  ## Model Card
69
 
70
  ### License
71
+ qure is licensed under the MIT License, encouraging widespread use and adaptation.
72
 
73
  ### Base Model
74
  - **Architecture**: Meta-Llama/Llama-3.2-11B-Vision-Instruct
 
80
  - Healthcare
81
 
82
  ### Roadmap
83
+ While qure remains an open-source initiative, we are actively developing a proprietary version. This closed-source version will include:
84
  - Real-time patient monitoring capabilities.
85
  - Enhanced diagnostic accuracy with custom-trained datasets.
86
  - Proprietary algorithms for predictive analytics.
87
  Stay tuned for updates!
88
 
89
  ### Contribution
90
+ We welcome contributions from the community to make qure better. Feel free to fork the repository and submit pull requests. For feature suggestions, please create an issue in the repository.
91
 
92
  ### Disclaimer
93
+ qure is a tool designed to assist healthcare professionals and researchers. It is not a replacement for professional medical advice, diagnosis, or treatment. Always consult a qualified healthcare provider for medical concerns.
94
 
95
  ### Acknowledgements
96
  This project is made possible thanks to: