kaixkhazaki commited on
Commit
1a45879
·
verified ·
1 Parent(s): 9496786

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -112,13 +112,13 @@ pipe(question=question, context=context)
112
  * Supporting medical professionals and researchers in finding specific information in medical documents
113
 
114
  **Limitations**
115
- * The model is specifically trained for the medical domain and may not perform well on general domain questions
116
- * Performance may vary on highly technical medical terminology not present in the training data
117
- * The model is limited to extractive QA (finding answers that are directly present in the text)
118
- * This model should not be used as a substitute for professional medical advice
119
  * The model may reflect biases present in the medical training data
120
  * Performance may vary across different medical specialties and terminology
121
  * The model is not suitable for answering complex medical questions requiring reasoning or synthesis of information
 
 
 
122
 
123
  ## Training Details
124
 
 
112
  * Supporting medical professionals and researchers in finding specific information in medical documents
113
 
114
  **Limitations**
115
+ * This model **should not** be used as a substitute for professional medical advice
 
 
 
116
  * The model may reflect biases present in the medical training data
117
  * Performance may vary across different medical specialties and terminology
118
  * The model is not suitable for answering complex medical questions requiring reasoning or synthesis of information
119
+ * The model is specifically trained for the medical domain and may not perform well on general domain questions
120
+ * Performance may vary on highly technical medical terminology not present in the training data
121
+ * The model is limited to extractive QA (finding answers that are directly present in the text)
122
 
123
  ## Training Details
124