Spaces:
Sleeping
Sleeping
Update readme-file.md
Browse files- readme-file.md +7 -9
readme-file.md
CHANGED
@@ -21,7 +21,6 @@ ChatDoctor is an AI-powered medical conversation assistant built on advanced lan
|
|
21 |
|
22 |
Try the live demo on Hugging Face Spaces: [Your ChatDoctor Demo](https://huggingface.co/spaces/YOUR_USERNAME/ChatDoctor)
|
23 |
|
24 |
-

|
25 |
|
26 |
## π How It Works
|
27 |
|
@@ -46,7 +45,7 @@ Try the live demo on Hugging Face Spaces: [Your ChatDoctor Demo](https://hugging
|
|
46 |
4. Continue the conversation with follow-up questions
|
47 |
5. Use "Clear Conversation" to start fresh
|
48 |
|
49 |
-
##
|
50 |
|
51 |
### Example 1: Understanding Symptoms
|
52 |
|
@@ -86,11 +85,11 @@ To minimize risks, take ibuprofen with food, use the lowest effective dose for t
|
|
86 |
|
87 |
Disclaimer: This information is for educational purposes only and not a substitute for professional medical advice."
|
88 |
|
89 |
-
##
|
90 |
|
91 |
### Model Specifications
|
92 |
|
93 |
-
- **Base Model**:
|
94 |
- **Model Type**: Causal Language Model (CLM)
|
95 |
- **Response Generation**: Temperature=0.7, Top-p=0.9
|
96 |
- **Context Window**: 512 tokens
|
@@ -136,7 +135,7 @@ def generate_response(user_input):
|
|
136 |
5. **Examples Section**: Pre-populated example questions
|
137 |
6. **Disclaimer**: Medical information advisory
|
138 |
|
139 |
-
##
|
140 |
|
141 |
- **Not a Diagnostic Tool**: ChatDoctor cannot diagnose medical conditions
|
142 |
- **Educational Purposes Only**: Information is provided for learning, not as medical advice
|
@@ -145,7 +144,7 @@ def generate_response(user_input):
|
|
145 |
- **Knowledge Limitations**: May not have information about very recent medical developments
|
146 |
- **Privacy**: No personal medical data is stored
|
147 |
|
148 |
-
##
|
149 |
|
150 |
This project is deployed on Hugging Face Spaces, providing a scalable and accessible platform for users worldwide. The deployment uses:
|
151 |
|
@@ -153,7 +152,7 @@ This project is deployed on Hugging Face Spaces, providing a scalable and access
|
|
153 |
- **Hugging Face Transformers**: For model serving
|
154 |
- **GPU Acceleration**: For faster response generation
|
155 |
|
156 |
-
##
|
157 |
|
158 |
- **Specialization**: Adding support for specific medical specialties
|
159 |
- **Multilingual Support**: Expanding to multiple languages
|
@@ -161,7 +160,7 @@ This project is deployed on Hugging Face Spaces, providing a scalable and access
|
|
161 |
- **Voice Interface**: Adding speech recognition and text-to-speech
|
162 |
- **Medical Reference Links**: Providing citations to trusted medical resources
|
163 |
|
164 |
-
##
|
165 |
|
166 |
This AI assistant provides information for educational purposes only. It is not a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or heard from this AI assistant.
|
167 |
|
@@ -173,4 +172,3 @@ This AI assistant provides information for educational purposes only. It is not
|
|
173 |
|
174 |
---
|
175 |
|
176 |
-
Created with β€οΈ by [Your Name]
|
|
|
21 |
|
22 |
Try the live demo on Hugging Face Spaces: [Your ChatDoctor Demo](https://huggingface.co/spaces/YOUR_USERNAME/ChatDoctor)
|
23 |
|
|
|
24 |
|
25 |
## π How It Works
|
26 |
|
|
|
45 |
4. Continue the conversation with follow-up questions
|
46 |
5. Use "Clear Conversation" to start fresh
|
47 |
|
48 |
+
## Example Interactions
|
49 |
|
50 |
### Example 1: Understanding Symptoms
|
51 |
|
|
|
85 |
|
86 |
Disclaimer: This information is for educational purposes only and not a substitute for professional medical advice."
|
87 |
|
88 |
+
## Technical Details
|
89 |
|
90 |
### Model Specifications
|
91 |
|
92 |
+
- **Base Model**: ChatDoctor is a next-generation AI doctor model that is based on the LLaMA model
|
93 |
- **Model Type**: Causal Language Model (CLM)
|
94 |
- **Response Generation**: Temperature=0.7, Top-p=0.9
|
95 |
- **Context Window**: 512 tokens
|
|
|
135 |
5. **Examples Section**: Pre-populated example questions
|
136 |
6. **Disclaimer**: Medical information advisory
|
137 |
|
138 |
+
## Limitations and Ethical Guidelines
|
139 |
|
140 |
- **Not a Diagnostic Tool**: ChatDoctor cannot diagnose medical conditions
|
141 |
- **Educational Purposes Only**: Information is provided for learning, not as medical advice
|
|
|
144 |
- **Knowledge Limitations**: May not have information about very recent medical developments
|
145 |
- **Privacy**: No personal medical data is stored
|
146 |
|
147 |
+
## Deployment
|
148 |
|
149 |
This project is deployed on Hugging Face Spaces, providing a scalable and accessible platform for users worldwide. The deployment uses:
|
150 |
|
|
|
152 |
- **Hugging Face Transformers**: For model serving
|
153 |
- **GPU Acceleration**: For faster response generation
|
154 |
|
155 |
+
## Future Improvements
|
156 |
|
157 |
- **Specialization**: Adding support for specific medical specialties
|
158 |
- **Multilingual Support**: Expanding to multiple languages
|
|
|
160 |
- **Voice Interface**: Adding speech recognition and text-to-speech
|
161 |
- **Medical Reference Links**: Providing citations to trusted medical resources
|
162 |
|
163 |
+
## Disclaimer
|
164 |
|
165 |
This AI assistant provides information for educational purposes only. It is not a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or heard from this AI assistant.
|
166 |
|
|
|
172 |
|
173 |
---
|
174 |
|
|